Asp.Net core Authorization with Bearer token status Unauthorized 401 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Asp.Net core Authorization with Bearer token status Unauthorized 401

I'm trying to do a get method using Postman with a valid token but the status is Unauthorized. Does anyone have any clue why?

30th Apr 2020, 6:12 PM
Cristina
3 Answers
+ 2
Cristina Unfortunately, we're flying blind without knowing anything about the request details. Is the token manually extracted from a browser session, are you using interception, or scripting via the Postman sandbox? Is the bearer token enough and is it correctly setup in the request header? Are you able to test using the token in a replay feature in Chrome DevTools or Fiddler or via console commands? Is the token being applied via an environment variable within Postman or just hardcoded into the request?
25th May 2021, 8:02 AM
David Carroll
David Carroll - avatar
0
Did you add the token in request header? Or, maybe the token expired. Unauthorized because of that. Check your server logs or the API you're sending request to.
30th Apr 2020, 7:34 PM
Akib
Akib - avatar
0
The token is a valid one and the request was done correctly. I think the problem is that the Claims size is 0, but I don't know why it's empty.
1st May 2020, 6:25 AM
Cristina