基本查询

基本查询只需要传递 usernamepassword。不需要其他任何参数。此类查询中,将请求设为从随机 IP 地址 (proxy) 发出。每个新的请求将使用不同的代理。

代码示例

在以下示例中,从随机 IP 执行对 ipinfo.io 的查询:

curl -x pr.oxylabs.io:7777 -U "customer-USERNAME:PASSWORD" https://ip.oxylabs.io/location

最后更新于