I\'m trying to implement a custom authentication provider in Symfony 2. I\'m sending a test request using Fiddler and printing all headers server side; well, Authoriza
Authoriza
Another option that worked for Apache 2.4 when other options did not was to set the CGIPassAuth option in the relevant context, like this:
CGIPassAuth On
According to the documentation, it is available since Apache 2.4.13.