Jon
unread,Jun 21, 2009, 9:39:14 PM6/21/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Safe Browsing API
I finally got my code working with the Safe Browsing API. As near as I
can tell, everything is working correctly, including using a key to
verify the data retrieved.
However, when updating the data, I notice I get some unexpected errors
from time to time. For example, I might get an item that starts with
'-', indicating that the item should be removed, yet my code finds
that this item is not in the list!
Out of thousands of items in either list, this only happens a couple
of times here and there. And, often, it doesn't happen at all. So it's
hard to imagine that my code has major problems. Can anyone say if
Google's update logic has some errors now and again, where items to be
added could already be in the list, or items to be removed are not in
the list?
Thanks.