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.
There is of course no HTTP error code -11. The -11 is error code is 411. I fixed the issue after error code 411 and now it is working. (used a lot of time on that s.... -11)