标签: angularjs api
我想使用API对外部服务进行GET调用。
代码是这样的:
$http.get('https://linktoapi.com/rest/api/2/source', {headers: {'Authorization': 'Basic passwordWithBase64'}});
但是我收到了这个错误:
锁定请求(跨域):
我该如何解决?