Hello,
Residing in a hotel the wifi connection forwards to a web login page , at least it tries.
However I get the below error
Hello,
Residing in a hotel the wifi connection forwards to a web login page , at least it tries.
However I get the below error
uh good catch, that’s a consequence (rather misconfiguration from the pov of the CC) of the hsts header of the main site, see includeSubDomains
~$ curl -s https://murena.io -X GET -I | grep -i strict-transport
strict-transport-security: max-age=63072000; includeSubDomains; preload
if you want a proven http site that will probably forward to the captive portal url - http://httpforever.com or googles CC at http://connectivitycheck.gstatic.com/generate_204
another method if you just cant get to the captive portal is to look at your assigned ip, and request the upmost .1 or gateway ip on http port 80
This topic was automatically closed after 30 days. New replies are no longer allowed.