默认情况下:
1 |
curl -x ip:port http://phpor.net/ |
使用的是普通代理,就是:
如果访问https地址,就是隧道代理:
1 |
curl -x ip:port https://phpor.net/ |
如果要让http请求也是用隧道代理,则添加 -p 选项:
1 |
curl -p -x 10.222.101.37:8080 -v http://phpor.net/blog |
如果要让https请求使用普通代理呢?没有找到这个选项