Using an HTTP proxy (shown via netcat)
Ever wonder how applications talk to HTTP proxies? It's simple really (like the rest of HTTP) - there's a simple HTTP request method called CONNECT. It's easily illustrated with a quick session of netcat: $ nc -v proxy.foobar.com...