POST Sensor Readings
Send your data to a backend endpoint.
Now You Send Data Out
GET pulls data in. To push your sensor readings up to a server, you use a POST request instead. 📤
GET vs POST
A GET asks for data, while a POST sends a body of data to the server to create or store something new.
All lessons in this course
- GET Data from an API
- POST Sensor Readings
- Parse JSON Responses
- Use HTTPS Securely