From ecfbebb64543d7767fd846ae8bbeb16ecb19d931 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 26 May 2019 00:45:36 +0900 Subject: [PATCH] Update api.whois.kr.php --- helper/api.whois.kr.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helper/api.whois.kr.php b/helper/api.whois.kr.php index fefeaf8..0bdeafd 100644 --- a/helper/api.whois.kr.php +++ b/helper/api.whois.kr.php @@ -15,12 +15,14 @@ if(!check_function_exists("get_whois_kr")) { $response = get_web_json("http://whois.kisa.or.kr/openapi/whois.jsp", "get.cache", array( "query" => $name, "key" => $key, + "answer" => "json", )); break; case "ipascc": $response = get_web_json("http://whois.kisa.or.kr/openapi/ipascc.jsp", "get.cache", array( "query" => $name, "key" => $key, + "answer" => "json", )); break; }