Wednesday 12 February 2014

Validate user-inputted URLs using Google Safe Browsing API

Use this API to get a database of URLs from Google and verify them
locally. They also have an earlier version of the API but you need to
make a remote call. This is better as the client is the only one that
knows about the URLs it is verifying.

https://developers.google.com/safe-browsing/developers_guide_v2

No comments: