google map api key restriction for multiple websites

1

0

In the google developer console you can restrict your api key for a domain or an ip range. Problem is, we have like 500 Websites using the same api key for google map api.

How can i restrict the key so only our websites can use it?

I've tried it with a IP Range but it didn't work out.

Robert Kapp

Posted 2019-08-02T13:17:55.990

Reputation: 11

1Are you trying to prevent unauthorized access from websites that are essentially stealing from your quota? – zandermar18 – 2019-08-02T15:34:24.820

zandermar18, exactly – Robert Kapp – 2019-08-21T13:04:14.013

Can you remind me if you are just using an API key or using a combination of clientID and clientSecret and if they are stored on the client or server? – zandermar18 – 2019-08-21T13:16:26.327

We are just using an API Key for the google Map API an GeoCoding API. We don't use any client IDs or something. Is this possibly the solution? – Robert Kapp – 2019-08-23T07:22:21.107

I see. You mentioned that the IP Range restriction didn't work. Can you elaborate more on that? – zandermar18 – 2019-08-23T13:19:35.020

No answers