如何获取谷歌危险网站列表
我需要根据 Google 危险网站列表检查 url,对于 Windows 应用程序如何执行此操作?
我将使用德尔福。
谢谢
I need to check the url against Google list of dangerous sites, how I do that for windows application ?
I will use Delphi.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此站点包含有关 Google 安全浏览 API 的信息,该 API 可能会为您提供有关恶意软件站点列表的信息。
http://code.google.com/apis/safebrowsing/developers_guide.html
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
我刚刚在我的博客上写了一篇关于此主题的条目,请检查此链接
使用 Delphi 中的 Google 安全浏览 API
。在本文中,我将介绍如何使用安全浏览查找 API
允许您使用 GET 和 POST 请求一次检查单个或多个 url。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 theSafe Browsing Lookup API
which allow you to check a single o several url's at once using GET and POST requests.