From cba387de9dd37c716d0736a4a75da8860288e75e Mon Sep 17 00:00:00 2001 From: jjstyle Date: Fri, 27 Mar 2026 11:52:38 +0900 Subject: [PATCH] =?UTF-8?q?//=201.=20=EC=9D=91=EB=8B=B5=20=ED=97=A4?= =?UTF-8?q?=EB=8D=94=20=EC=84=A4=EC=A0=95=20(JSON)=20header('Content-Type:?= =?UTF-8?q?=20application/json;=20charset=3Dutf-8');?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 제거 --- worker/api_receiver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/api_receiver.php b/worker/api_receiver.php index ba08094..700011a 100644 --- a/worker/api_receiver.php +++ b/worker/api_receiver.php @@ -86,7 +86,7 @@ function apiResponse($error = null) { } // 1. 응답 헤더 설정 (JSON) -header('Content-Type: application/json; charset=utf-8'); +// header('Content-Type: application/json; charset=utf-8'); // ===== 최우선: 모든 호출 정보를 로그에 저장 (보안 키 체크 전) ===== $protocol = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http";