No 'Access-Control-Allow-Origin' header is present on the requested resource—when trying to get data from a REST API (cors)

const proxyurl = "https://cors-anywhere.herokuapp.com/";
const url = "https://maps.googleapis.com/maps/api/distancematrix/json?
units=imperial&origins=" + this.lat + "," + this.lng +
"&destinations=" + ulat + "," + ulang +
"&key=AIzaSyC0EvE5yeQM9DTxda79iEn_nd33kh6Y6Hg";
// site that doesn’t send Access-Control-*
let gapi=proxyurl + url;

Comments

Popular posts from this blog

Your app currently targets API level 27 and must target at least API level 28 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 28

ionic project creation

change root user in ubuntu