Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.decodo.com/llms.txt

Use this file to discover all available pages before exploring further.

You can generate proxy port examples of your preferred session type in the Static Residential → ISP Pay/GB → Proxy Setup section on your dashboard.

Static Port

Ports 10001-63000 provide a static IP address that remains until you decide to change it or the session ends.
  • Change the IP address manually by switching to a different port.

User:pass example

Here are a few basic request examples with a static port in various programming languages when authenticating via the username:password method.
curl -U "username:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json"

Whitelisted IP example

Here are a few basic request examples with a static port in various programming languages when authenticating via the whitelisted IP method.
curl -x "isp.decodo.com:10001" "https://ip.decodo.com/json"

Rotating Port

Port 10000 rotates the IP address on every request you make.

User:pass example

Here are a few basic request examples with a rotating port in various programming languages when authenticating via the username:password method.
curl -U "username:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json"

Whitelisted IP example

Here are a few basic request examples with a rotating port in various programming languages when authenticating via the whitelisted IP method.
curl -x "isp.decodo.com:10000" "https://ip.decodo.com/json"

Support

Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com.

Feedback

Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.