我正在使用谷歌地图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.