1

I am using postman to send a post request to the google safe browsing api,but I am getting a blank response in return with status 200 ok

https://safebrowsing.googleapis.com/v4/threatMatches:find?key=AIzaSyCG0_ltenJACSir1moT_4bcK4-ROCq4myc  

{
    "client": 
   {
      "clientId": "yourcompanyname",
      "clientVersion": "1.1"
    },
    "threatInfo": {
      "threatTypes":      ["MALWARE", "SOCIAL_ENGINEERING"],
      "platformTypes":    ["IOS","WINDOWS","LINUX","OSX"],
      "threatEntryTypes": ["URL"],
      "threatEntries": [
        {"url": "http://www.bbc.com/"},
        {"url": "http://www.sustainablesites.org/"},
        {"url": "http://kvsangathan.nic.in/"},
        {"url": "http://www.mca.gov.in/"},
      ]
    }
  }
Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449

0 Answers0