【发布时间】:2015-12-18 16:03:48
【问题描述】:
使用 cURL,我可以执行 --location-trusted 以允许将名称+密码发送到站点可能重定向到的所有主机 (http://curl.haxx.se/docs/manpage.html#--location-trusted)。
我可以在 Python 中使用 requests 库做类似的事情吗?
【问题讨论】:
标签: python curl python-requests http-authentication