To send your first request, you can run the following curl command and replace the username and password with yours. The target website will return information about your current IP address.

cURL
curl -U "customer-<username>:<password>" -x "proxy.antsdata.com:40000" "https://ipinfo.io"

With the whitelist setting, you can simply use the following command:

cURL
curl -x "proxy.antsdata.com:40000" "https://ipinfo.io"
If you are experiencing difficulty receiving the expected response, please refer to our Troubleshooting Documentation.