Apply patch #1492147 from Mike Foord.
This commit is contained in:
parent
5c6a5ecddf
commit
b688b6c30a
|
@ -453,7 +453,7 @@ Basic Authentication
|
||||||
To illustrate creating and installing a handler we will use the
|
To illustrate creating and installing a handler we will use the
|
||||||
``HTTPBasicAuthHandler``. For a more detailed discussion of this
|
``HTTPBasicAuthHandler``. For a more detailed discussion of this
|
||||||
subject - including an explanation of how Basic Authentication works -
|
subject - including an explanation of how Basic Authentication works -
|
||||||
see the `Basic Authentication Tutorial`_.
|
see the `Basic Authentication Tutorial <http://www.voidspace.org.uk/python/articles/authentication.shtml>`_.
|
||||||
|
|
||||||
When authentication is required, the server sends a header (as well as
|
When authentication is required, the server sends a header (as well as
|
||||||
the 401 error code) requesting authentication. This specifies the
|
the 401 error code) requesting authentication. This specifies the
|
||||||
|
|
Loading…
Reference in New Issue