February 2018
Beginner
290 pages
7h 28m
English
When we make the request with a proxy, the browser only connects to the proxy and not the actual website. So, the difference in the commands is as follows:
telnet <Proxy IP> <Proxy Port> GET http://www.google.com/ HTTP/1.1Host: www.google.comConnection: Close
As we can see, instead of sending only the / as a parameter to the GET, we send the full URL, so that the proxy server can make the request on our behalf.
Read now
Unlock full access