CORS政策:所请求的资源错误中没有“ Access-Control-Allow-Origin”标头

时间:2019-01-17 13:55:40

标签: javascript ajax vue.js axios

向Google Places API发出GET请求时遇到CORS错误。我有点知道CORS是什么,但我不知道如何避免发生此错误。 API的后端不应该是处理此问题的人吗?

导致错误的代码:

axios.get('https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=%2B61293744000&inputtype=phonenumber&fields=place_id&key=')
    .then(response => {
        console.log(response)
    }).catch((error) => console.log(error));

0 个答案:

没有答案