I need lat, long of an address so i use : https://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway, +Mountain+View,+CA&key=YOUR_API_KEY
with my API Key
I have made this request from service in angular client Response is : Access to XMLHttpRequest at....has been blocked by CORS policy: Request header field authorization is not allowed by Access-Control-Allow-Headers in preflight response.