如何在Apache2和Xampp中启用CORS

时间:2016-04-05 22:39:24

标签: javascript json apache google-maps-api-3 xampp

我正在使用谷歌地图JS api,我要将JSON导入html文件。 该文档表明必须在服务器上启用CORS。

我使用Xampp和Apache2,我将代码添加到httpd.config文件中,就像教程所说的那样,但它仍然不起作用

<Directory "/Applications/XAMPP/xamppfiles/apache2/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
    Header add Access-Control-Allow-Origin "*"
</Directory>

错误是:

XMLHttpRequest cannot load 
file:///Applications/XAMPP/xamppfiles/htdocs/googlemap/google.json. 
Cross origin requests are only supported for protocol schemes: 
http, data, chrome, chrome-extension, https, chrome-extension-resource.

0 个答案:

没有答案