From 2dd772abc32d1621fbeb62ee0bd9941820323dc3 Mon Sep 17 00:00:00 2001 From: 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> Date: Sat, 12 Feb 2022 20:13:59 +0900 Subject: Ko fix cors typo (#4103) * fix cors page typo * fix capital latter --- files/ko/web/http/cors/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko/web') 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

프리플라이트 요청

-

"preflighted" request는 위에서 논의한 “simple requests” 와는 달리, 먼저 {{HTTPMethod("OPTIONS")}} 메서드를 통해 다른 도메인의 리소스로 HTTP 요청을 보내 실제 요청이 전송하기에 안전한지 확인합니다. Cross-site 요청은 유저 데이터에 영향을 줄 수 있기 때문에 이와같이 미리 전송(preflighted)합니다.

+

"preflighted" request는 위에서 논의한 “simple requests” 와는 달리, 먼저 {{HTTPMethod("OPTIONS")}} 메서드를 통해 다른 도메인의 리소스로 HTTP 요청을 보내 실제 요청이 전송하기에 안전한지 확인합니다. cross-origin 요청은 유저 데이터에 영향을 줄 수 있기 때문에 이와같이 미리 전송(preflighted)합니다.

다음은 preflighted 할 요청의 예제입니다.

-- cgit v1.2.3-54-g00ecf