Hi Guys,
I need to re-direct all http/https traffic to just one website which is allowed on the hotspot so no matter the website you type, it re-directs you to just one.
I have setup proxy to block several sites but this is just cumbersome and have setup filter and NAT rules but this doesn’t do the trick either.
I setup a dst path wild card * in proxy to deny all http request and allow the website i want.This works but the issue i now have is that the post mail script which sends the form data on the hotspot login page to the mail server gets blocked :
when this is blocked, user does not get authenticated and nothing works.
So i figured out that rather than blocking sites, why don’t i just do something like a permanent re-direct to just that website.
is this possible?
Thanks