How to create a REST server on esp8266 or esp32 (original) (raw)
Web server on esp8266: add secure REST back-end – 5
Here a little tutorial to learn how to manage a complete web server via esp8266 esp32 or other arduino like device.
To retrieve data we are going to add a REST end point protected by authentication.
How to create a REST server on esp8266 or esp32: CORS request, OPTION and POST – Part 5
Microservices architecture is very popular for various reason, and It’s quite simple to implement with our microcontroller like esp32 or esp8266. CORS request, OPTION and POST.
How to create a REST server on esp8266 or esp32: CORS request, OPTION and GET – Part 4
Microservices architecture is very popular for various reason, and It’s quite simple to implement with our microcontroller like esp32 or esp8266. The CORS request tunnel, OPTION and GET verbs.
How to create a REST server on esp8266 or esp32: POST, PUT, PATCH, DELETE – Part 3
Microservices architecture is very popular for various reason, and It’s quite simple to implement with our microcontroller like esp32 or esp8266. POST, PUT, PATCH, DELETE.
REST server on esp8266 and esp32: GET and JSON formatter – Part 2
Microservices architecture is very popular for various reason, and It’s quite simple to implement with our microcontroller like esp32 or esp8266. GET and JSON formatter.
REST server on esp8266 and esp32: introduction – Part 1
Microservices architecture is very popular for various reason, and It’s quite simple to implement with our microcontroller like esp32 or esp8266. Startup.