proxy-error
).-strict-off
.-strict-on
proxy-error
.-strict-off
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
)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
){"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
.-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.