diff options
Diffstat (limited to 'files')
-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> |