diff options
author | 나상우 <robbyra@gmail.com> | 2021-08-18 13:05:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 13:05:32 +0900 |
commit | fec78d0bd88f64228f2a1cb2412c68d937e3b1b8 (patch) | |
tree | 828bb6a5b7527cdb5768b631323f5c273d02ad13 /files | |
parent | cb546742b9682655a038334376aa3104164e6b1f (diff) | |
download | translated-content-fec78d0bd88f64228f2a1cb2412c68d937e3b1b8.tar.gz translated-content-fec78d0bd88f64228f2a1cb2412c68d937e3b1b8.tar.bz2 translated-content-fec78d0bd88f64228f2a1cb2412c68d937e3b1b8.zip |
fix: Typo (#2098)
* fix: Typo
Fix typo
* Update index.html
Diffstat (limited to 'files')
-rw-r--r-- | files/ko/web/http/methods/options/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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</pre> -<p>서버는 {{HTTPHeader("Access-Control-Allow-Methods")}}로 응답하고, <code>POST</code>, <code>GET</code>, 그리고 <code>OPTIONS</code> 메소드를 통해서 해당하는 자원을 문의 (query) 할 수 알려준다. 이 헤더는 {{HTTPHeader("Allow")}} 응답 헤더와 비슷하지만 반드시 CORS 에 한해서만 사용된다. </p> +<p>서버는 {{HTTPHeader("Access-Control-Allow-Methods")}}로 응답하고, <code>POST</code>, <code>GET</code>, 그리고 <code>OPTIONS</code> 메소드를 통해서 해당하는 자원을 문의 (query) 할 수 있다고 알려준다. 이 헤더는 {{HTTPHeader("Allow")}} 응답 헤더와 비슷하지만 반드시 CORS 에 한해서만 사용된다. </p> <pre>HTTP/1.1 200 OK Date: Mon, 01 Dec 2008 01:15:39 GMT |