Configure Basic Authentication on HTTP SERVER

Discussions related to HTTPAPI (An HTTP Client Package for RPG programming.) http://www.scottklement.com/httpapi/
Post Reply
gio.cot
Posts: 14
Joined: Sat May 28, 2022 9:08 pm

Configure Basic Authentication on HTTP SERVER

Post by gio.cot »

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
Post Reply