404 Unauthorized Error with Postman and Angular
apraveen25 opened this issue · 2 comments
apraveen25 commented
apraveen25 commented
I fixed this issue by updating Authorize atttibute like below...
[Authorize(AuthenticationSchemes = JwtBearerDefaults.AuthenticationScheme)]
mdaveigahardata commented
Try http://localhost:62062/Users/ instead of http://localhost:62062/Users/GetAll

