我想从URL为
的JSON文件中检索数据http://35.163.112.218:8080/profiles?account=xxxx&profile=xxxx
我尝试在本地XAMP服务器上使用AJAX访问数据。我收到了这个错误:
XMLHttpRequest无法加载http://35.163.112.218:8080/profiles?account=xxxx&profile=xxxx。 No' Access-Control-Allow-Origin'标头出现在请求的资源上。起源' null'因此不允许访问。
我该如何解决这个问题?