This is not mikrotik relate problem.
Check your browser configuration or ask the HotSpot admin.
This is not mikrotik relate problem.
Check your browser configuration or ask the HotSpot admin.
Maybe could be Group Policy or external program, but this is little bit of topic.
http://support.microsoft.com/kb/274846
Or it could be a external program.
Try to start IE without any addons/plugins
http://www.addictivetips.com/windows-tips/how-to-start-firefox-and-internet-explorer-without-add-ons/
[…] read above
[…] read above
Your system, Windows 8.1, when detect than is needed login to use internet, automatically try to open “http://go.microsoft.com/fwlink/?LinkID=219472&clcid=0x409” (Internet Explorer Home Page) without ask anything, and obviously wants you to see Bing (the Microsoft search engine) caring about the selected page as your homepage inside your default browser.
If you use chrome, firefox, opera or others, Windows launch the “default program for open urls” (not the default browser… on new Microsoft language…) and pass as parameter http://go.microsoft.com/fwlink/?LinkID=219472&clcid=0x409
You try to solve this: change default web pages of Internet Explorer with “https://www.google.com”.
If you not solve, ask Microsoft, not this forum.
MikroTik HotSpot simply after login redirect you to the page you try to open without login.
The problem you have is not due to RouterOS on any way.
On the login html page, if you find this line:
<input type="hidden" name="dst" value="$(link-orig)" />
Change to something like:
<input type="hidden" name="dst" value="http://google.com" />
This will hardcode google.com as the redirect page. After they login successfully, they will be redirected to google.com regardless of what URL they initially typed.