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)
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)