Sync Grade LTI -> Oauth Header missing

Re: Sync Grade LTI -> Oauth Header missing

David SEROT發表於
Number of replies: 0
Not yet.
but, we think it's a configuration problem.
We are running a server with Apache 2.4 and PHP-FPM and it's appear that Authorization header can be removed if we do not allow them in apache configuration file.
the problem is related here : https://stackoverflow.com/questions/17018586/apache-2-4-php-fpm-and-authorization-headers/17490827#17490827

Actually i can't test solution because i can't modify apache configuration on my server.
For me, I think the solution is to put on apache configuration file this directive :
CGIPassAuth On