circle-check
Documentation has been updated: see help center and changelog in one place.

Making Requests

Learn how to make requests with Dedicated ISP Proxies using the endpoints and user credentials, with basic code examples.

Make a request to https://ip.oxylabs.io/location using the first Dedicated ISP proxy in your list. Replace USERNAME and PASSWORD with your proxy user credentials.

circle-info

Use ip.oxylabs.io/locationarrow-up-right to check the parameters of your IPs—this domain delivers information from four geolocation databases: MaxMind, IP2Location, DB-IP, and IPinfo.io. The parameters include IP address, provider, country, city, ZIP code, ASN, organization name, time zone, and meta (when disclosed by database).

curl -x disp.oxylabs.io:8001 -U "user-USERNAME:PASSWORD" https://ip.oxylabs.io/location 

Please note that you must follow the above example of building the username string to make requests successfully (user- prefix is required). Use the exact grammar and be aware that username and password values are case-sensitive.

Code examples

curl -x disp.oxylabs.io:8001 -U "user-USERNAME:PASSWORD" https://ip.oxylabs.io/location 

The first IP in your proxy list will always use the8001 port. To make a request using a different proxy, you will need to find your proxy list and take port values from there.

Last updated

Was this helpful?