Im trying to see if this is even possible. So what I am trying to get arouns is the error you get when trying to do a redirect on an https request. As far as I can tell its not possible.
However is this maybe possible but not sure where to start. Can I create some type of firewall rule the rejects, drops, resets all https traffic and then after failing forwards there traffic on to a different webpage?
Thanks
If you drop the traffic, browser will display an internal error and stop processing the request which means you will not be able to intercept traffic as there will be no more traffic.
If there was a way around this issue (from a router perspective) it would have been resolved by now.
We rarely have this kind of issue anymore, smart phones and PC’S these days know how to handle hotspots
Yes its not so much the get to the login https screen as it is to force the guest into seeing the post auth page with advertisements after login. Most of the cells use a dumbed down version to get to the login screen and then after login immediately shut down and never do the redirect to the post auth page.
Any thoughts?