AngularJS $http returns status code 0 from failed CORS request

前端 未结 1 1411
心在旅途
心在旅途 2021-01-02 05:08

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

相关标签:
1条回答
  • 2021-01-02 05:51

    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.

    0 讨论(0)
提交回复
热议问题