请求模块与代理

时间:2019-10-15 01:46:55

标签: python proxy

我想使用带有代理的请求模块来抓取, 但是代理的密钥是http或https,但是密钥的所有值都以http开头,所以为什么?有什么区别?

为什么?

导入请求 代理= {“ http”:“ http://10.10.1.10:3128”,“ https”:“ http://10.10.1.10:1080”,} requests.get(“ http://example.org”,proxies = proxies)

0 个答案:

没有答案