Tagged Questions

3
votes
1answer
250 views

Invalid Request in Google Safe-Browsing Lookup API

I am trying to send a request to the Google Safe browsing Lookup API. It asks the user for a for a url for which he wants to do the look up. However there is some problem with the way I am sending the ...
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 ...