Automatic client login to hotspot !!!

Dear all,

I’m connected to my ISP via Mikrotik wireless hotspot.

Everytime I connected to internet, I must open my web browser and login thru the login page. Then I can use email client and so on.

Is there any way to bypass this login page?

Any script or program I can add to Windows startup so I don’t need to login manually? Without any changes to the server side.

Fyi, my ISP is using default Mikrotik/ROS login page.

Thanks.

You can use “login-by=cookie,http-chap”, and a cookie will log you in without a login page, but you must have NTP set or the cookie will timeout each time you close your web browser.

edit: That change must be made on the router that has the hotspot, so your ISP would need to implement that.