From ce9a66d60ee530c68d649d5138f1239caa14dbb7 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 13 Nov 2019 16:48:04 +0900 Subject: [PATCH] Update webpagetool.php --- helper/webpagetool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/webpagetool.php b/helper/webpagetool.php index 76c35cc..22abfda 100644 --- a/helper/webpagetool.php +++ b/helper/webpagetool.php @@ -452,7 +452,7 @@ if(!check_function_exists("get_web_page")) { "status" => $status, "resno" => $resno, "errno" => $errno, - "id" => get_web_identifier($url, $method, $data), + "id" => get_web_identifier($url, $method, $data, $headers), "md5" => get_hashed_text($content, "md5"), "sha1" => get_hashed_text($content, "sha1"), "gz_content" => get_hashed_text($gz_content, "base64"),