From fec78d0bd88f64228f2a1cb2412c68d937e3b1b8 Mon Sep 17 00:00:00 2001 From: 나상우 Date: Wed, 18 Aug 2021 13:05:32 +0900 Subject: fix: Typo (#2098) * fix: Typo Fix typo * Update index.html --- files/ko/web/http/methods/options/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/ko/web/http/methods/options/index.html b/files/ko/web/http/methods/options/index.html index 4b4b9a030d..8523cea7d6 100644 --- a/files/ko/web/http/methods/options/index.html +++ b/files/ko/web/http/methods/options/index.html @@ -86,7 +86,7 @@ Origin: http://foo.example Access-Control-Request-Method: POST Access-Control-Request-Headers: X-PINGOTHER, Content-Type -

서버는 {{HTTPHeader("Access-Control-Allow-Methods")}}로 응답하고, POST, GET, 그리고 OPTIONS 메소드를 통해서 해당하는 자원을 문의 (query) 할 수 알려준다. 이 헤더는 {{HTTPHeader("Allow")}} 응답 헤더와 비슷하지만 반드시 CORS 에 한해서만 사용된다. 

+

서버는 {{HTTPHeader("Access-Control-Allow-Methods")}}로 응답하고, POST, GET, 그리고 OPTIONS 메소드를 통해서 해당하는 자원을 문의 (query) 할 수 있다고 알려준다. 이 헤더는 {{HTTPHeader("Allow")}} 응답 헤더와 비슷하지만 반드시 CORS 에 한해서만 사용된다.

HTTP/1.1 200 OK
 Date: Mon, 01 Dec 2008 01:15:39 GMT
-- 
cgit v1.2.3-54-g00ecf