我尽一切可能使我的应用无需“为Chrome启用CORS扩展”。我按照谷歌官方网站上的步骤进行了谈话,试图使用每个不同的密钥,但没有任何作用。我收到以下错误:
XMLHttpRequest无法加载https://maps.googleapis.com/maps/api/place/nearbysearch/json?key=MyKey&location=33.854546,-84.35870369999999&types=restaurant&rankby=distance.
请求的资源上不存在“Access-Control-Allow-Origin”标头。因此,不允许原始http://localhost:8100
访问。
是否可以从应用内部访问Google Places API,而不使用Chrome的CORS扩展程序?