diff options
-rw-r--r-- | files/ko/web/http/methods/get/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 <div>{{HTTPSidebar}}</div> <p><span class="seoSummary"><strong>HTTP <code>GET</code> 메서드</strong>는 특정한 리소스를 가져오도록 요청합니다.</span> <code>GET</code> 요청은 데이터를 가져올 때만 사용해야 합니다.</p> +<div class="notecard note"> + <strong>참고:</strong> + + <code>GET</code> 요청에 본문이나 페이로드가 담겨있으면 명세에는 금지되어있지 않지만, 의미가 정의되지 않아 기존에 존재하는 구현체에게 요청을 거부당할수 있습니다. 이러한 이유로 <code>GET</code> 요청에는 본문이나 페이로드를 담지 않는 것이 바람직합니다. +</div> <table class="properties"> <tbody> |