State
Traffic routed through this parameter is billed at double the standard rate
To specify a proxy from a particular US state, including the state
in the authorization string. For example, __cr.us;state.arizona
.
Click here for a full list of US states.
Code example
In this example, a query to gw.dataimpulse.com is performed from an IP address from Arizona, USA:
curl -x "http://login__cr.us;state.arizona:[email protected]:823" https://api.ipify.org/
You can now exclude specific states using the nostate
parameter.
Example: To target the USA but exclude California, use:
cr.us;nostate.california
Last updated