diff options
author | 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> | 2022-02-12 20:13:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 20:13:59 +0900 |
commit | 2dd772abc32d1621fbeb62ee0bd9941820323dc3 (patch) | |
tree | 8f454aeaabc5ed2e703f6f9977ed81dbd6bd8f26 /files/ko/web | |
parent | 43f3f006d157aab593f0c21d46f584d4e6c91b55 (diff) | |
download | translated-content-2dd772abc32d1621fbeb62ee0bd9941820323dc3.tar.gz translated-content-2dd772abc32d1621fbeb62ee0bd9941820323dc3.tar.bz2 translated-content-2dd772abc32d1621fbeb62ee0bd9941820323dc3.zip |
Ko fix cors typo (#4103)
* fix cors page typo
* fix capital latter
Diffstat (limited to 'files/ko/web')
-rw-r--r-- | files/ko/web/http/cors/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/http/cors/index.html b/files/ko/web/http/cors/index.html index 753e1c6301..f0769197d8 100644 --- a/files/ko/web/http/cors/index.html +++ b/files/ko/web/http/cors/index.html @@ -143,7 +143,7 @@ Content-Type: application/xml <h3 id="프리플라이트_요청">프리플라이트 요청</h3> -<p>"preflighted" request는 위에서 논의한 <a href="/ko/docs/Web/HTTP/CORS#단순_요청simple_requests">“simple requests”</a> 와는 달리, 먼저 {{HTTPMethod("OPTIONS")}} 메서드를 통해 다른 도메인의 리소스로 HTTP 요청을 보내 실제 요청이 전송하기에 안전한지 확인합니다. Cross-site 요청은 유저 데이터에 영향을 줄 수 있기 때문에 이와같이 미리 전송(preflighted)합니다.</p> +<p>"preflighted" request는 위에서 논의한 <a href="/ko/docs/Web/HTTP/CORS#단순_요청simple_requests">“simple requests”</a> 와는 달리, 먼저 {{HTTPMethod("OPTIONS")}} 메서드를 통해 다른 도메인의 리소스로 HTTP 요청을 보내 실제 요청이 전송하기에 안전한지 확인합니다. cross-origin 요청은 유저 데이터에 영향을 줄 수 있기 때문에 이와같이 미리 전송(preflighted)합니다.</p> <p>다음은 preflighted 할 요청의 예제입니다.</p> |