I am trying to send authorization header with PHP but Xampp/Apache do not recognize it , header is empty. I was looking here for solutions, tried many things like:
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
in htaccess , but it's still not sending authorization header. I am sending it with
Authorization: Bearer <token>
any ideas?