carrascoacd / ArduinoSIM800L

Arduino HTTP & FTP client for SIM800L/SIM800 boards to perform GET and POST requests to a JSON API as well as FTP uploads.
159 stars 58 forks source link

Hi,what is the 'response' mean in your code?And how can I do to use this lib to exchange the information with this tinywebdb, http://tinywebdb.appinventor.mit.edu #15

Closed ZacLing closed 5 years ago

ZacLing commented 5 years ago

Hi,what is the 'response' mean in your code?And how can I do to use this lib to exchange the information with this tinywebdb, http://tinywebdb.appinventor.mit.edu. Thank you very much

jakobkhom commented 5 years ago

When you send a post/get request to a http server it responds with a text, which you can use to e.g. check if the sent data is correct, or to receive json data, etc.

carrascoacd commented 5 years ago

https://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-1--net-31177