Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 011c9aa

Browse files
committed
Issue #13587: merge with 3.2
2 parents 42f5881 + 08ccbf4 commit 011c9aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/howto/urllib2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,12 +455,12 @@ Authentication Tutorial
455455

456456
When authentication is required, the server sends a header (as well as the 401
457457
error code) requesting authentication. This specifies the authentication scheme
458-
and a 'realm'. The header looks like : ``Www-authenticate: SCHEME
458+
and a 'realm'. The header looks like : ``WWW-Authenticate: SCHEME
459459
realm="REALM"``.
460460

461461
e.g. ::
462462

463-
Www-authenticate: Basic realm="cPanel Users"
463+
WWW-Authenticate: Basic realm="cPanel Users"
464464

465465

466466
The client should then retry the request with the appropriate name and password

0 commit comments

Comments
 (0)