How to connect to a proxy
2020-6-19 · A CONNECT request urges your proxy to establish an HTTP tunnel to the remote end-point. Usually is it used for SSL connections, though it can be used with HTTP as well (used for the purposes of proxy-chaining and tunneling). CONNECT www.google.com:443 The above line opens a connection from your proxy to www.google.com on port 443.