Password Protected Web Server
Fromp;     https://microcontrollerslab.com/esp32-password-protected-web-server-in-arduino-ide/



ESP32 Password protected web server in Arduino IDE

In this tutorial, we will be designing a password-protected web server with 
ESP32 and Arduino IDE. If you have made the home automation project using ESP32 
and you are accessing all information on the web server, and you want to make 
your web server confidential by adding a password login information, this 
tutorial will help you to add the password to your web server. It will make your
web server protected and will be accessible through a password and user name 
only. When you try to access it, you will see a window to enter ‘password’ and 
‘user name”.  So now let’s get started with this tutorial. ESP32 password 
protected web server in Arduino IDE with examples



Prerequisites for this tutorial

You should know how to make the Web server with ESP32. You can check these two ESP32 based projects: