11.5.8 AbstractBasicAuthHandler Objects

Python 2.2

11.5.8 AbstractBasicAuthHandler Objects

Handle an authentication request by getting a user/password pair, and re-trying the request. authreq should be the name of the header where the information about the realm is included in the request, host is the host to authenticate to, req should be the (failed) Request object, and headers should be the error headers.

See About this document... for information on suggesting changes.