Authorization header not received in php

If you are not getting the authorization header to take your bearer token or other values you should know it is happening in apache.

The solution is quite simple.
You need to add to your htaccess

SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0

Published
Categorized as PHP