Tagged Questions
5
votes
4answers
2k views
Google Safe Browsing API Code for PHP?
I've looked around but have been unable to find any classes or sample code (in PHP) for the Google safe browsing API.
Would you happen to know where I might find it?
4
votes
4answers
1k views
Is there something like the Google Safe Browsing API that is more stable?
The Google Safe Browsing API allows for URLs to be checked against Google's database of malware and phishing domains. However, on the Developer's Guide page, it says that the API is experimental and ...
2
votes
1answer
90 views
File not found - Google Safe Browsing Lookup API
I try to make a browser call to
https://sb-ssl.google.com/safebrowsing/api/lookup?
With and without the API key, etc, but each time and no matter what I do, I get:
File not found
Firefox can't ...
1
vote
2answers
755 views
Code to verify updates from the Google Safe Browsing API
In order to verify the data coming from the Google Safe Browsing API, you can calculate a Message Authentication Code (MAC) for each update. The instructions to do this (from Google) are:
The MAC ...