I run an Apache server, that displays an HTML page.
On this page, I have a div that I would like to secure with a password.
Though, client side password would be pretty useless.
Can someone tell me (maybe with an example ?) how to secure a div with a backend check on the password ? (so that the password isn't exposed)
Thanks and sorry, I'm a complete rookie at this..