question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing authorization header when deployed

See original GitHub issue

Hi,

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 ?

Screenshot 2019-11-22 at 14 56 52

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

0reactions
Seluj78commented, Nov 22, 2019

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/users gives me a missing auth token but works on /v1/users/ (my route is user_bp.route("/users/") so it is my fault but yeah)

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found