urllib.request.AbstractDigestAuthHandler.http_error_auth_reqed()

AbstractDigestAuthHandler.http_error_auth_reqed(authreq, host, req, headers)

authreq should be the name of the header where the information about the realm is included in the request, host should be the host to authenticate to, req should be the (failed) Request object, and headers should be the error headers.

doc_python
2016-10-07 17:46:48
Comments
Leave a Comment

Please login to continue.