Google Safe Browsing API v4 - Empty response
问题 Despite that I check a malicious URL (http://fileserver03.com), empty response returns from Google Safe Browsing API v4 . Here is the code I have tried: String postURL = https://safebrowsing.googleapis.com/v4/threatMatches:find?key=API_KEY String requestBody = "{" + " \"client\": {" + " \"clientId\": \"twittersentidetector\"," + " \"clientVersion\": \"1.0\"" + " }," + " \"threatInfo\": {" + " \"threatTypes\": [\"MALWARE\", \"SOCIAL_ENGINEERING\"]," + " \"platformTypes\": [\"ANY_PLATFORM\"],"