AngularJS请求GET API

时间:2014-05-23 08:00:55

标签: angularjs api

我想使用API​​对外部服务进行GET调用。

代码是这样的:

$http.get('https://linktoapi.com/rest/api/2/source', {headers: {'Authorization': 'Basic passwordWithBase64'}});

但是我收到了这个错误:

锁定请求(跨域):

我该如何解决?

0 个答案:

没有答案