Python Library Reference
Previous:
18.6.10 ProxyBasicAuthHandler Objects
Up:
18.6 urllib2
Next:
18.6.12 HTTPDigestAuthHandler Objects
18.6.11 AbstractDigestAuthHandler Objects
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.
Python Library Reference
Previous:
18.6.10 ProxyBasicAuthHandler Objects
Up:
18.6 urllib2
Next:
18.6.12 HTTPDigestAuthHandler Objects
Release 2.5, documentation updated on 19th September, 2006.
See
About this document...
for information on suggesting changes.