adafruit / Adafruit_CircuitPython_Requests

Requests-like interface for web interfacing
MIT License
51 stars 36 forks source link

Don't use https://wifitest.adafruit.com/testwifi/index.html #49

Closed dhalbert closed 3 years ago

dhalbert commented 3 years ago

https://wifitest.adafruit.com/testwifi/index.html doesn't work, only http:// does, so use https://httpbin.org/get fetched as text for now.

The actual fetch is currently commented out, but if uncommented, it would not work.