I have a Arduino board with a ESP8266 module sending a post request with data (in json format) to a homepage (server) - the server with the homepage records the data in a database.
The first 3 or 4 times the ESP8266 is sending the postrequest - I get Http Error code -11. At the end, I get the code 201. (about 20 seconds between every postrequest)
I can't find info about a error code -11. Hoping for help.
Thanx in advance.