Basic Query

Basic queries only need to pass USERNAME and PASSWORD without any other parameters. For a basic query, the request is sent via a random IP address, and a different proxy is used for each new request.

Code example: In the example below, a query for ipinfo.thordata.com is executed via a random IP.

curl -x t.pr.thordata.net:12233 -U "user-USERNAME:PASSWORD" ipinfo.thordata.com

Last updated