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
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