ESP-IDF: ESP32 Web Server – Basic HTTP Authentication (Login/Logout)
This guide shows how to build a local web server with the ESP32 programmed with ESP-IDF that serves a simple HTML web page that is password-protected with basic HTTP authentication. …