From 316e3292df3b1a55e2eda64a4ba8c006a30686a2 Mon Sep 17 00:00:00 2001 From: Hong Jinwoo Date: Fri, 15 Oct 2021 15:56:03 +0900 Subject: ko : added note for get method with body/payload issue (#2737) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * added note for get method with body/payload issue * Update files/ko/web/http/methods/get/index.html Co-authored-by: hochan Lee * fixed payload to 페이로드 * Delete .env Co-authored-by: hochan Lee --- files/ko/web/http/methods/get/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'files/ko/web/http') diff --git a/files/ko/web/http/methods/get/index.html b/files/ko/web/http/methods/get/index.html index 473050a4e8..8688d9650b 100644 --- a/files/ko/web/http/methods/get/index.html +++ b/files/ko/web/http/methods/get/index.html @@ -10,6 +10,11 @@ translation_of: Web/HTTP/Methods/GET
{{HTTPSidebar}}

HTTP GET 메서드는 특정한 리소스를 가져오도록 요청합니다. GET 요청은 데이터를 가져올 때만 사용해야 합니다.

+
+ 참고: + + GET 요청에 본문이나 페이로드가 담겨있으면 명세에는 금지되어있지 않지만, 의미가 정의되지 않아 기존에 존재하는 구현체에게 요청을 거부당할수 있습니다. 이러한 이유로 GET 요청에는 본문이나 페이로드를 담지 않는 것이 바람직합니다. +
-- cgit v1.2.3-54-g00ecf