Python Library Reference
Previous:
11.5.10 ProxyBasicAuthHandler Objects
Up:
11.5 urllib2
Next:
11.5.12 HTTPDigestAuthHandler Objects
11.5.11 AbstractDigestAuthHandler Objects
handle_authentication_request
(
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:
11.5.10 ProxyBasicAuthHandler Objects
Up:
11.5 urllib2
Next:
11.5.12 HTTPDigestAuthHandler Objects
Release 2.4.2, documentation updated on 28 September 2005.
See
About this document...
for information on suggesting changes.