入门指南
curl -x pr.oxylabs.io:7777 -U "customer-USERNAME:PASSWORD" https://ipinfo.io
curl -x pr.oxylabs.io:7777 -U "customer-USERNAME-cc-FR:PASSWORD" https://ipinfo.io
curl -x pr.oxylabs.io:7777 -U "customer-USERNAME-cc-GB-city-london:PASSWORD" https://ipinfo.io
如果想为多个请求保留相同代理该怎么办?会话控制 就能实现。只要在您的用户名字符串中加入
sessid-abc12345
,其中 abc12345
可以是任何随机字符串,只要您一直用这个字符串(会话 ID)发送请求,我们会尽力向您提供相同的代理 IP。curl -x pr.oxylabs.io:7777 -U "customer-USERNAME-sessid-randomString123:PASSWORD" https://ipinfo.io
最近更新 8mo ago