I have setup a basic hotspot which works with the MT defaults. I want to use rlogin.html to automatically login a user then forward to an external page where we will collect some customer info.
I have tried several of the various methods in the forums, but when I try to the setup, the browser gets caught in a loop showing the following:
But it does not login the user and go to the redirect page. I have spent over 15 hours going through the forums and trying various things and I am running out of time. I need to install tomorrow. Can someone please help.
That will log the user in, if the credentials actually work. You then need to make an alogin.html that in turn redirects to the final landing page, or you need to add another GET parameter:
But what I just posted above with an alogin.html is cleaner. If you use the method in this post instead edit the login.html and add that dst GET parameter as described and delete the alogin.html completely, leaving only redirect.html, logout.html and login.html.
That would work. We have a lot of equipment so we actually use a wildcard certificate - it’s fairly expensive but can be re-used since all the equipment carries the same domain name.
Firstly thanks for the posts, it works great. However, the redirect shows up in the Browser bar and the Title bars. Which means anyone looking carefully will see the user-name and password.
Is there anyway to hide the info. I am not a web designer so don’t know HTML at all