Country

Adding a region flag to the authorization header enables one to specify which country IP to use to process the request. The value of this parameter is a case insensitive country code in 2-letter. For example, de for Germany, gb for the United Kingdom, and th for Thailand proxy. See the examples for more details.

Here are a few examples of country parameters:

  • region-us

  • region-gb

  • region-br

  • region-sg

  • region-ar

Code example

In this example, a query to ipinfo.pyproxy.io is performed from a random IP address from Brazil:

curl -x pr.pyproxy.com:16666 -U "USERNAME-zone-resi-region-br:PASSWORD" ipinfo.pyproxy.io

Last updated