Skip to content Skip to sidebar Skip to footer

Angularjs $http Returns Status Code 0 From Failed Cors Request

Okay, I've looked all over for this. Basically we're using $http request that ARE cross domain requests. Our server allows the domain and when a request returns 200, everything i

Solution 1:

I think I found an answer, looks like you will have to inject in your asp.net pipeline the correct CORS headers, as mentioned here.


Post a Comment for "Angularjs $http Returns Status Code 0 From Failed Cors Request"