Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b16687 commit 08ccbf4Copy full SHA for 08ccbf4
1 file changed
Doc/howto/urllib2.rst
@@ -448,12 +448,12 @@ Authentication Tutorial
448
449
When authentication is required, the server sends a header (as well as the 401
450
error code) requesting authentication. This specifies the authentication scheme
451
-and a 'realm'. The header looks like : ``Www-authenticate: SCHEME
+and a 'realm'. The header looks like : ``WWW-Authenticate: SCHEME
452
realm="REALM"``.
453
454
e.g. ::
455
456
- Www-authenticate: Basic realm="cPanel Users"
+ WWW-Authenticate: Basic realm="cPanel Users"
457
458
459
The client should then retry the request with the appropriate name and password
0 commit comments