Missing authorization header when deployed
See original GitHub issueHi,
I love your extension, but I’m having a problem. I’ve deployed my app on my staging server and I get the Missing Authorization Header error when I do a request on any protected route even though it is there (Tried many things and even in postman). Any guess why that would be ?
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
python - Missing Authorization Header in production only
Show activity on this post. I have the following work flow: I have a api/token [POST] that takes form-data (email and password) and...
Read more >Authentication failed. The 'Authorization' header is missing
The 'Authorization' header is missing – Invoke-WebRequest Azure ARM. While building an automation procedure I had to POST the management API ...
Read more >Authorization Header missing in webapp - Microsoft Q&A
Authorization Header missing in webapp. Hi everyone. I have an api developed with symfony that use jwt tokens toa utenticate ours users.
Read more >Why authorization header not included in request ? - Auth0
The reason for that is this request from the browser is not including the Authorization header, unlike postman. I really don't understand why ......
Read more >Authorization header missing on request. - SAP Community
In OEM account we set up a BAS instance to do deployment and ... 401 Unauthorized due to missing authorization header in request....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Trying https://forums.aws.amazon.com/message.jspa?messageID=376244
FFS apparently I just forgot a F’IN
/at the end of my request… That’s weird and it might be a bug report for you !A request on
/v1/usersgives me a missing auth token but works on/v1/users/(my route isuser_bp.route("/users/")so it is my fault but yeah)