Making Requests

Halopro static ISP proxies can be obtained using the User & Pass Auth method, which requires you to provide a username and password.

We also support acquisition based on whitelisted IP addresses; see Whitelisting IPs. Depending on your authentication method, you may need to change the proxy port.

Proxy Port
Usage

2000

This port is required with proxies when login credentials are used (username and password).

2333

Required with proxies when authorization is done via whitelisted IPs.

Code examples

If you want to use static ISP Proxies via username and password authentication method:

const message = "hello world";
console.log(message);

If you want to use static ISP Proxies via Whitelisted IP authentication method:

const message = "hello world";
console.log(message);

Request Parameter Comments

zone

Yes

Proxy Pool Identifier

region

No

Region, defaults to global mix if not specified View Country Codes

st

No

State, available in some countries, defaults to random if not specified

city

No

City, defaults to random if not specified

session

No

Configure when a fixed IP is needed, user-defined

sessTime

No

Used with session to configure IP validity time, not to exceed 120 minutes

asn

No

Specify country ISP carrier, defaults to random if not specified

Need Help?

If you need further clarification or assistance with location targeting, feel free to contact us via:

  • Email: service@halopro.com

  • Live Chat: Available 24/7 Live Chat on our Website.

Last updated