Advanced Parameters
Datacenter Pay/GB Proxy Advanced Parameter Specification to Control Your Connection
Decodo offers customizable proxy access through a single backconnect endpoint and port:
dc.decodo.com:10000.
To specify all proxy parameters in your request, you can use one method: Username and password.
Backconnect parameters are not supported by Datacenter Pay/GB proxies when authenticating via the whitelisted IP method.
Available Parameters
| Parameter | Example Value | Description |
|---|---|---|
ip | - | IP address. You can target an IP address within the proxy pool directly. Keep in mind, we don't provide a full list of IP addresses. |
country | us | Country code. Please provide it in a two-symbol ISO format. You can check most ISO country codes here. You can find the available locations here. |
Application support
User:pass method
The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the username field like this:
user-username-country-country_code
In the example above, username represents your proxy username, which you would need to get from the authentication section. In the password field, you only need to enter the proxy user's password.
More info is available in our User:pass Requests section.
cURL Examples
To use these commands, just replace username and password with your proxy user credentials and run them in your Terminal or Command Prompt.
Get an IP from a random location with a rotating session
curl -U "username:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json"Get an IP from a specific location (in this example, the US) with a static session
curl -U "user-username-country-us:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json"Get an IP from a specific location (in this example, Italy) with a rotating session
curl -U "user-username-country-it:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json"Get a specific IP (in this example, the IP remains unspecified) with a static session
curl -U "user-username-ip-x.x.x.x:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json"When using any backconnect parameter, your username is also considered one of the parameters, therefore you need to add
user-prefix before specifying your username, just like with all other parameters.
Support
Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].
Updated about 12 hours ago