XMLHttpRequest无法加载

时间:2017-07-07 10:35:30

标签: angularjs gulp openweathermap

如何提出此错误,

  

XMLHttpRequest无法加载http://samples.openweathermap.org/data/2.5/forecast?appid=bXXXXa1&q=London,us。请求的资源上不存在“Access-Control-Allow-Origin”标头。因此,不允许原点“http://localhost:8080”访问。

应用程序正在AngularJS中构建,服务器是通过gulp-connect创建的。 甚至不确定,这将修复AngularJs文件或gulp :(

1 个答案:

答案 0 :(得分:0)

您需要在服务器端添加此标头

Access-Control-Allow-Headers: Content-Type
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Origin: *