Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 python 的 urllib2 进行身份验证,我需要一个 url 的领域和 uri。我如何得到它?
谢谢
当您请求需要身份验证的资源时,服务器将使用 401 状态代码和包含领域的标头进行响应:
WWW-Authenticate: Basic realm="the realm"
URI 是您尝试访问的 URL。