Hi guys.
So I decided to play around with the Mikrotik feature: hotspot! Basically what I need is then the user connects to wifi he doesn’t have to authenticate and is redirected to the promotional website.
I found this locked topic.
"That’s much simpler than you think.
First, create a user profile and a local user that is linked to the profile. The below assumes a username of ‘username’ and a password of ‘password’.
Then make the following login.html:
Code: Select all
To cover all possible redirect conditions, create the following redirect.html and logout.html (they both get the same HTML) to in turn redirect to the above login.html:
Code: Select all
The thing is that this works great but it’s not 100% what I’m looking for!
Then a user connects via an android device he is authenticated and the way android OS works redirection is closed immediately after the connection is established.
So I would need to modify it somehow that the first page opens with ask to enter email and name and click connect then it authenticates the user by clicking button connect and then the user is redirected to a promotional website. Something like this ![]()
Any help would be much appreciated.