Skip to content

Commit 8b24815

Browse files
authored
Merge pull request #49 from adafruit/no-https-wifitest
Don't use https://wifitest.adafruit.com/testwifi/index.html
2 parents 0106c75 + d92efa3 commit 8b24815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/requests_https_cpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
https = requests.Session(socket, ssl.create_default_context())
77

8-
TEXT_URL = "https://wifitest.adafruit.com/testwifi/index.html"
8+
TEXT_URL = "https://httpbin.org/get"
99
JSON_GET_URL = "https://httpbin.org/get"
1010
JSON_POST_URL = "https://httpbin.org/post"
1111

0 commit comments

Comments
 (0)