how to get the google list of dangerous sites
I need to check the url against 开发者_开发技巧Google list of dangerous sites, how I do that for windows application ?
I will use Delphi.
thanks
This site has information about the Google Safe Browsing API, which presumably will give you information about the list of malware sites.
http://code.google.com/apis/safebrowsing/developers_guide.html
I just write a entry on my blog about this subject check this link Using the Google Safe Browsing API from Delphi
. in this article I explain how use the Safe Browsing Lookup API
which allow you to check a single o several url's at once using GET and POST requests.
精彩评论