I have configured an http SERVER and deployed a web service for test; it
works fine.
Now i would like to learn and test how use "Basic Authentication"; can some
one suggest some links how to do that, i found this documet
https://www.itjungle.com/2024/08/12/gur ... th-basic-a
uthentication/, but it seem for application server (not for http server ..)
the instruction are the same ??
In my server httpd.conf, i don't find
<Location />
Require all granted
</Location>
Thanks in advance
Gio