When I try to call a Get from my ASP.NET Web Api through Postman, I can succesfully authorize myself, but when I do this through Angular with hardcoded the same JWT bearer token I keep getting no authorization.
Can someone help me with what is causing this problem?