Hi.
Thanks for your great services. The get request with ajax doesn't work. I am trying to get the data using axios.get('https://api.ipgeolocationapi.com/geolocate') but I get the Cors Policy Error.
Access to XMLHttpRequest at 'https://api.ipgeolocationapi.com/geolocate' from origin 'https://whitefox-dev.myshopify.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Thanks.
Hi.
Thanks for your great services. The get request with ajax doesn't work. I am trying to get the data using
axios.get('https://api.ipgeolocationapi.com/geolocate')but I get the Cors Policy Error.Access to XMLHttpRequest at 'https://api.ipgeolocationapi.com/geolocate' from origin 'https://whitefox-dev.myshopify.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.Thanks.