For the complete documentation index, see llms.txt. This page is also available as Markdown.

Enterprise

Learn more about Enterprise Dedicated ISP Proxies and how to use them for your projects. Access your IP list, set up authentication, and make your first proxy request using code samples.

This documentation is intended for Dedicated ISP Proxies purchased through our Sales or Account Team.

Before we begin, please make sure you have received a username, password, and all URLs linking to your IP list from a Sales Representative, Dedicated Account Manager, or Support Team.

There are two ways you can get to your IP list. You can access the IP list directly from your browser by opening the URL you received (e.g., https://proxy.oxylabs.io/all). You will then be asked to enter your login credentials (HTTP Basic Authentication).

Or you can retrieve the list by making a GET request to the URL you received (e.g., https://proxy.oxylabs.io/all). Don't forget to replace USERNAME and PASSWORD with your proxy user credentials.

curl -u "USERNAME:PASSWORD" https://proxy.oxylabs.io/all

To make a request using a proxy, you must choose an IP address from the acquired list and specify it in the request parameters. You can see an example in cURL below. You can find more code samples in other languages here or check complete code examples on our GitHub.

curl -x 1.2.3.4:60000 -U "USERNAME:PASSWORD" http://ip.oxylabs.io/location

If there are any questions we have not covered in this documentation, please contact your Dedicated Account Manager or our Support at support@oxylabs.io.

Last updated

Was this helpful?