How do they do it

Associate
Joined
1 May 2007
Posts
339
Hi

When you logon to the wfi-fi for example in a hotel / cafe they have the webpage which your broser is forced to go to. To sign up or click on the T&C's

How do they do this, have always wondered.

Cheers
 
Your system simply requests a URL from the web proxy/gateway and processes whatever is returned, normally the proxy would forward your request to the domain specified in the URL and pass back whatever it returned to you. In the case above instead of forwarding the URL the proxy simply ignores it and returns its own page data, which your browser then displays as if it was the URL you originally requested.
 
The question is, how do you get around whats being displayed and get the page you requested? Its kind of like a man in the middle attack
 
The question is, how do you get around whats being displayed and get the page you requested? Its kind of like a man in the middle attack

Well if they're anywhere approaching competent, you don't. All traffic goes by the proxy, they block any protocol aside from http/https, easy stuff.
 
Back
Top Bottom