Skip to main content

Querying a Web Page Through a Proxy

A web page request can be easily routed through a proxy. Supported proxy protocols include http, https, socks4 and socks5.

Let's take a look at an example.

Example​

Full Query​

open https://crul.com
--proxy "socks5://username:password@some-socks-proxy.com:9050"

Open the webpage https://crul.com. The -proxy flag will forward the request to the specified socks5 proxy.

NOTE: You will need to provide your own proxy service.