LikeLike
]]>LikeLike
]]>self.authenticatingPromise
return defer.promise
The error is in the Angular project, the web api project compile well
What do I have to do to solve this error ?
Best Regards
Vittorio
LikeLike
]]>You still need to allow anonymous access to your api to handle OPTION requests.
LikeLike
]]>LikeLike
]]>It’s in the article. You need an interceptor to add ‘withCredentials: true’ to the request.
LikeLike
]]>You need to allow anonymous access on your API in general (not on the controllers/end points) because OPTIONS requests will be sent and they don’t pass authentication information.
LikeLike
]]>LikeLike
]]>LikeLike
]]>Failed to load resource: the server responded with a status of 404 (Not Found)
LikeLike
]]>