HTTP Proxy Authentication 问题 浏览器
2018-05-08 本文已影响30人
proud2008
http://toolsqa.com/selenium-webdriver/http-proxy-authentication/
http://UserName:Password@Example.com
代码实现
python requests
auth = HTTPDigestAuth(name, pd)
url = "..."
res = requests.get(url, auth=auth)
image.png