Open karrisaiteja opened 7 months ago
Hi,
Apologies for the late reply. The A76XX documentation says that error 706 corresponds to "Receive/send socket data failed". This does not seem an issue with the library, but perhaps with how the module connects to the http server you are using.
Have you encountered the issue with other applications or by using another http server?
I was using the string body and added all the data for the post. I don't know what I am missing, getting the "Failed to read Body error -2"
body content:
Function were I am getting the error:
if (http_client.getResponseBody(body) == false) { Serial.print("Failed to read body. Code: "); Serial.println(http_client.getLastError()); }
Recived response : 706