Checklist
Issue or Suggestion Description
After the border router connects to the WiFi (I can confirm this is connected as I am able to access the web GUI), I have code that tries to send an http POST request to https://httpbin.org/ for testing purposes, however I keep getting a timeout error W (53653) HTTP_CLIENT: Connection timed out before data was ready! What could be the issue here?
I've tried following a similar approach in my code following this example code. My code for the http request is posted below.
