DataImpulse
  • Welcome
  • Proxies
    • Types of connections
    • Protocols
    • Connection Hosts
    • Targeting
      • Default Targeting
      • Target Filters
    • Parameters
      • Country
      • Exclude Country
      • Exclude ASN
      • State
      • ASN
      • ZIP
      • City
      • Anonymous
      • Session Id
      • Session Interval
    • Threads
    • UDP
  • Authentication methods
    • User:pass authentication
    • Whitelist IPs
  • Port access
  • Auto-recharge
  • Blocked Websites
  • Errors
  • Resellers
    • Custom DNS host
    • Manage SSL Certificates
    • Deposit Calculation Update
    • Target Filters for sub-users
    • API for Resellers
  • Affiliate Program
  • Useful Links
    • Dashboard
    • Tutorials
    • Locations
    • API for Resellers
    • API for Users
    • Status Page
  • Support
Powered by GitBook
On this page
  1. Proxies
  2. Parameters

State

Traffic routed through this parameter is billed at double the standard rate

PreviousExclude ASNNextASN

Last updated 6 months ago

To specify a proxy from a particular US state, including the state in the authorization string. For example, __cr.us;state.arizona.

Click 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:password@gw.dataimpulse.com:823" https://api.ipify.org/

It's important to note that selecting a country is mandatory to specify city, state, ZIP code, and ASN targeting.


You can now exclude specific states using the nostate parameter.

Example: To target the USA but exclude California, use:

cr.us;nostate.california

Traffic routed through the nostate parameter, as well as state parameter is billed at double the standard rate.

here