Making Requests

Basic query

You can use Static ISP Proxies in both whitelist and credential authentication methods. Use port 2000 for whitelist authentication, while port 2333 is for credential authentication.

If you want to test the IP connection before integration, here's the example of sending request to ipinfo.pyproxy.io from IP 1.1.1.1:

curl -x 1.1.1.1:2000 ipinfo.pyproxy.io
curl -x 1.1.1.1:2333 -U "USERNAME:PASSWORD" ipinfo.pyproxy.io

Last updated