From 78e8fd448a413f4bdf070c2b2bc41e6b0a2e3260 Mon Sep 17 00:00:00 2001 From: monaq kwon Date: Wed, 1 Dec 2021 21:04:11 +0900 Subject: change words(교차 출처 자원 공유) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ko/web/http/cors/errors/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko/web') diff --git a/files/ko/web/http/cors/errors/index.html b/files/ko/web/http/cors/errors/index.html index 2a2d0e7454..55ad491197 100644 --- a/files/ko/web/http/cors/errors/index.html +++ b/files/ko/web/http/cors/errors/index.html @@ -17,7 +17,7 @@ translation_of: Web/HTTP/CORS/Errors ---
{{HTTPSidebar}}
-

Cross-Origin 출처 공유 ({{Glossary("CORS")}})는 서버가 same +

교차 출처 자원 공유 ({{Glossary("CORS")}})는 서버가 same origin 정책(same-origin policy)을 완화할 수 있게 해 주는 표준입니다. 이는 일부 교차 출처 요청은 명시적으로 허용하고 다른 요청은 거부하는 데 사용됩니다. 예를 들어서, 어떤 사이트가 embeddable service를 제공하는 경우, 특정 제한을 완화하는 것이 필요할 수 있습니다. CORS 설정을 세팅하는 것은 그리 쉬운 일이 아니며, 도전일 수 있습니다. 이 페이지에서는, 몇 가지 일반적인 CORS 에러 메시지를 소개하고 그에 맞는 해결법을 -- cgit v1.2.3-54-g00ecf