
How To: HTTP GET and POST requests with ESP8266
The ESP8266 and ESP32 have both a fully implemented TCP/IP stack and are capable of sending request and handling responses from a server using the HTTP protocol. In this project we will demonstrate how to send data to a server and request data from a server using the ESP8266 as a client and printing the […]