Execute a geo-targeting request using proxy credentials.

Example Use Case:

If you need to geo-target requests at the country level, simply append -country-<country-code> after the <username>.

Example cURL Request:

curl -x "proxy.geonode.io:9000" \
     -U "username123-country-US:password123" \
     "http://ip-api.com"
Language