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

cURL
curl -U "<username>:<password>" -x "<ip_address>:62001" "https://ipinfo.io"

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

cURL
curl -x "<ip_address>:62001" "https://ipinfo.io"
If you are experiencing difficulty receiving the expected response, please refer to our Troubleshooting Documentation.