Previously, when you requested an IP address from a specific geolocation and none were available, the system would silently fall back to a similar location in the same country. We are changing this behavior to make it explicit and give you more control:
Strict Matching (Default)
proxy-error
).Fallback with Flag
-strict-off
.You can now include one of the following flags in your username string:
-strict-on
proxy-error
.-strict-off
or
Note:
- You can apply
-strict-on
or-strict-off
to any combination of geo-targeting flags (e.g.,country
,city
,state
,asn
), but we recommend always including a-country-<country_code>
in your query.- The
asn
flag must be used with thecountry
flag; otherwise, you will receive an error.
-strict-off
)If you want to allow fallback to a different location in the same country when your requested location is unavailable:
country-fr
) IP that belongs to ASN 3215
.-strict-off
, if no IP is available exactly for ASN 3215 in France, the system will return a different IP from France.-strict-on
)If you want strict matching for the exact country/ASN combination:
No Exact Location Found (Strict Matching)
{"proxy-error":"country-fr-asn-3215 target was not found"}
-strict-on
(or default strict matching) and the system cannot find an IP for that location.asn
Withoutcountry
{"proxy-error":"ASN should be used with country."}
asn
flag must be paired with a specific country code.-strict-on
or-strict-off
Without Any Geo‐Targeting Flag
-strict-on
or -strict-off
without specifying any location or ASN.-country-xx
, -asn-xxxxx
, etc.) for the request to make sense.-strict-off
: to allow fallback to a similar location within the same country.asn
With country
: -asn-50543
must be accompanied by -country-xx
.By explicitly controlling strict matching via -strict-on
or -strict-off
, you can now decide whether to always require a specific location or to allow fallback within the same country in case your requested location is unavailable.
Previously, when you requested an IP address from a specific geolocation and none were available, the system would silently fall back to a similar location in the same country. We are changing this behavior to make it explicit and give you more control:
Strict Matching (Default)
proxy-error
).Fallback with Flag
-strict-off
.You can now include one of the following flags in your username string:
-strict-on
proxy-error
.-strict-off
or
Note:
- You can apply
-strict-on
or-strict-off
to any combination of geo-targeting flags (e.g.,country
,city
,state
,asn
), but we recommend always including a-country-<country_code>
in your query.- The
asn
flag must be used with thecountry
flag; otherwise, you will receive an error.
-strict-off
)If you want to allow fallback to a different location in the same country when your requested location is unavailable:
country-fr
) IP that belongs to ASN 3215
.-strict-off
, if no IP is available exactly for ASN 3215 in France, the system will return a different IP from France.-strict-on
)If you want strict matching for the exact country/ASN combination:
No Exact Location Found (Strict Matching)
{"proxy-error":"country-fr-asn-3215 target was not found"}
-strict-on
(or default strict matching) and the system cannot find an IP for that location.asn
Withoutcountry
{"proxy-error":"ASN should be used with country."}
asn
flag must be paired with a specific country code.-strict-on
or-strict-off
Without Any Geo‐Targeting Flag
-strict-on
or -strict-off
without specifying any location or ASN.-country-xx
, -asn-xxxxx
, etc.) for the request to make sense.-strict-off
: to allow fallback to a similar location within the same country.asn
With country
: -asn-50543
must be accompanied by -country-xx
.By explicitly controlling strict matching via -strict-on
or -strict-off
, you can now decide whether to always require a specific location or to allow fallback within the same country in case your requested location is unavailable.