php - Authorization Header missing in Xampp/Apache? -


i trying send authorization header php xampp/apache not recognize , header empty. looking here solutions, tried many things like:

rewritecond %{http:authorization} . rewriterule .* - [e=http_authorization:%{http:authorization}] 

in htaccess , it's still not sending authorization header. sending

authorization: bearer <token> 

any ideas?

i'm having same problem.

i have website hosted in third party, , authorization header no longer reaching php scripts. found possible solution:

apache proxypass removes authorization header

give try, i'll same thing , see if works.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -