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.
2 parents 42f5881 + 08ccbf4 commit 011c9aaCopy full SHA for 011c9aa
1 file changed
Doc/howto/urllib2.rst
@@ -455,12 +455,12 @@ Authentication Tutorial
455
456
When authentication is required, the server sends a header (as well as the 401
457
error code) requesting authentication. This specifies the authentication scheme
458
-and a 'realm'. The header looks like : ``Www-authenticate: SCHEME
+and a 'realm'. The header looks like : ``WWW-Authenticate: SCHEME
459
realm="REALM"``.
460
461
e.g. ::
462
463
- Www-authenticate: Basic realm="cPanel Users"
+ WWW-Authenticate: Basic realm="cPanel Users"
464
465
466
The client should then retry the request with the appropriate name and password
0 commit comments