简体   繁体   中英

Apache server not allowing Authorization Header in http request

I have discovered a strange problem. I have to send JWT token in the http post request, all this time it was working when I was testing locally running Python web server that accepts post request but now that when I have uploaded my code to server I discovered that Authorization Header is not getting passed.

So earlier I thought it is the length of jwt but to my surprise if I remove last letter n from Authorization the header gets passed to server.

Is it the Apache server blocking Authorization Header? Because locally it was working.

找出了website.conf文件的标签

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM