I want to host my API on a separate domain. I have configured my auth-interceptor for token in angular with a bearer:
config.headers.Authorization = \'Bearer \'
In web.config of API, include the below mentioned code:
I hope this helps.
Thanks.