How can i enable basic authentication

hi,

I should test in my environment the creation of a WS with basic authentication, but how can enable it on apache installed with scriptcase on Windows?

thanks

What do you mean exactly? Do you want to password protect a folder, enable default auth with SC?

Hi,

I whant create a basic auth for my web service…

I was curious and dove into some documentation. What I found out is that it requires some kind of configuration in the htaccess in combination with a certain module that needs to be enabled and php is not allowed to run as a a cgi module. Tbh, I haven’t dove very deep into it, but I found tons of issues. I do use webservices often, but mostly they have some kind of bearer token of some kind which is a different approach. Sorry, but I hope someone else can answer this question correctly.