Request headers bag is missing Authorization header in Symfony 2?

前端 未结 8 1498
别那么骄傲
别那么骄傲 2020-11-29 01:30

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

8条回答
  •  眼角桃花
    2020-11-29 01:31

    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.

提交回复
热议问题