提出请求

在本节中,我们将展示使用我们创建的代理字符串的实际示例。我们将重点介绍如何设置HTTP/HTTPS和SOCKS5连接,并通过各种编程语言的示例进行说明。

请记住,端口将根据协议(HTTP/SOCKS5)而有所不同。

HTTP/HTTPS

curl -v -x geo.iproyal.com:12321:username123:password321_country-us_state-california -L https://ipv4.icanhazip.com

SOCKS5

curl -v --socks5 geo.iproyal.com:32325 --proxy-user username123:password321_country-us_state-california -L https://ipv4.icanhazip.com

Last updated