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, eve
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.