You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by o haya <oh...@yahoo.com.INVALID> on 2016/05/12 20:42:13 UTC

[users@httpd] AuthBasicFake not working (or not doing anything)?

Hi,

I am trying to use the AuthBasicFake directive in Apache 2.4.20:

https://httpd.apache.org/docs/trunk/mod/mod_auth_basic.html#authbasicfake

My understanding is that when that directive is processed, it will send an Authorization header to the backend server.

However, I have tried examples like those shown in the above page, and it doesn't look like the AuthBasicFake is doing anything.  I don't see any "Authorization" header being sent to the backend server at all.

Is there something additional (e.g., maybe some pre-condition or something), besides just using that directive by itself, that needs to be done to make AuthBasicFake send that "Authorization" header?

Here's an example of what I have in Apache:

<Location "/foo1">
AuthBasicFake xxxx
ProxyPass http://10.0.2.5/foo1
</Location>


Thanks!


Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org