Protocols

The proxies support HTTP, HTTPS, and SOCKS5 protocols.

HTTP/ HTTPS

An example of the HTTP rotating proxy:

curl -x "http://login:[email protected]:823" https://api.ipify.org/

An example of the HTTP sticky proxy:

curl -x "http://login:[email protected]:10000" https://api.ipify.org/

For sticky connections, you can use ports from 10000 to 20000

SOCKS5

An example of the SOCKS5 rotating proxy:

curl -x "socks5://login:[email protected]:824" https://api.ipify.org/

An example of the SOCKS5 sticky proxy:

curl -x "socks5://login:[email protected]:10000" https://api.ipify.org/

Blog article on choosing the best proxy protocol:

Choosing Between HTTP and SOCKS Proxies: How to Make the Right Decision

Last updated