Restangular给出Access-Control-Allow-Origin错误

时间:2016-08-11 15:15:00

标签: cors restangular

我正在尝试使用restangular加载简单的get,它调用成功但没有看到任何响应,它提供200 OK状态。

但与任何其他客户一样,它运作良好。 (请注意其异步请求,async = true)

with restangular我遇到了以下错误。

  

XMLHttpRequest无法加载   https://testurl/customers。   No' Access-Control-Allow-Origin'标题出现在请求的上   资源。起源' http://myhost.com'因此不是   允许访问。

如果我使用jQuery它工作正常,请让我知道我错在哪里。

(*所有标题及其值在rest客户端和restangular代码中都相同 - 已确认)。

restangular代码的格式为:

restUsers.getList().then(
    function(result){
         // code
    });

服务器端设置也正确,我可以用jQuery调用同样的东西。但不知道它是如何处理restangular的。

0 个答案:

没有答案