I have applied JWT authentication on .net successfully & the result is quite fine when I use postman enter image description here
but when I called it from angular using the same Url it shows an error because it's not hitting the Actionresult of web API from angular. Following are the code Please help me out.gu enter image description here
when I called it from angular using the same Url it shows an errorPlease share the code that you are using to make request on angular client, and please check the status code of the request on browser network tab.