We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b719f0 commit 4cf4362Copy full SHA for 4cf4362
README.rst
@@ -36,14 +36,14 @@ It couldn't be simpler. ::
36
37
HTTPS? Basic Authentication? ::
38
39
- >>> r = requests.get('https://httpbin.ep.ip/basic-auth/user/pass')
+ >>> r = requests.get('https://httpbin.ep.io/basic-auth/user/pass')
40
>>> r.status_code
41
401
42
43
44
Uh oh, we're not authorized! Let's add authentication. ::
45
46
- >>> r = requests.get(https://httpbin.ep.ip/basic-auth/user/pass', auth=('user', 'pass'))
+ >>> r = requests.get(https://httpbin.ep.io/basic-auth/user/pass', auth=('user', 'pass'))
47
48
49
200
0 commit comments