Country
Want to route your request via a specific country's IP? It's simple with HomeIP. Just add the country
flag to your authorization header.
This flag accepts the country's two-letter 3166-1 alpha-2 code, and it's case insensitive. So, whether you type 'DE' or 'de', you'll route through a German proxy.\
Examples:
Germany: Use the code
DE
orde
.United Kingdom: Opt for
GB
orgb
.Thailand: Specify with
TH
orth
.
Check out the provided examples to see how you can seamlessly incorporate this in your requests.
To make a request to ip.homeip.io
using a random IP address from Germany, you would use the country
flag with the country code for Germany (DE
):
curl -x pr.homeip.io:7777 -U "username=USERNAME+country=de:PASSWORD" http://ip.homeip.io
Last updated