Subject: | apikey parameter changed in google api? |
Date: | Tue, 15 Mar 2016 19:14:18 -0500 |
To: | bug-Net-Google-SafeBrowsing2 [...] rt.cpan.org |
From: | Mike Selner <mike [...] tela.com> |
Hi,
It appears Google changed the api call from:
https://sb-ssl.google.com/safebrowsing/api/lookup?client=perl&apikey=
to:
https://sb-ssl.google.com/safebrowsing/api/lookup?client=perl&key=
possibly in v3.1 which is the current version as far as I can tell.
With apikey= I get a 403 error from Google (which is not reported by your module)
I changed line 172 in Lookup.pm and it worked correctly.
Thanks,
--
Mike