From f374a3251b0ebaf20a4c61837f57d506a808c3b3 Mon Sep 17 00:00:00 2001 From: Hyung-Taik Choi Date: Sun, 10 Oct 2021 18:45:29 +0900 Subject: [FIX] Remove mispositioned phrase. (#2479) --- files/ko/web/http/cors/index.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'files/ko/web') diff --git a/files/ko/web/http/cors/index.html b/files/ko/web/http/cors/index.html index 95199b794f..698b49634b 100644 --- a/files/ko/web/http/cors/index.html +++ b/files/ko/web/http/cors/index.html @@ -11,8 +11,6 @@ tags: - 동일 출처 translation_of: Web/HTTP/CORS --- -
이에 대한 응답으로 서버는 Access-Control-Allow-Origin 헤더를 다시 보냅니다.{{HTTPSidebar}}
-

교차 출처 리소스 공유(Cross-Origin Resource Sharing, {{Glossary("CORS")}})는 추가 {{Glossary("HTTP")}} 헤더를 사용하여, 한 {{glossary("origin", "출처")}}에서 실행 중인 웹 애플리케이션이 다른 출처의 선택한 자원에 접근할 수 있는 권한을 부여하도록 브라우저에 알려주는 체제입니다. 웹 애플리케이션은 리소스가 자신의 출처(도메인, 프로토콜, 포트)와 다를 때 교차 출처 HTTP 요청을 실행합니다.

교차 출처 요청의 예시: https://domain-a.com의 프론트 엔드 JavaScript 코드가 {{domxref("XMLHttpRequest")}}를 사용하여 https://domain-b.com/data.json을 요청하는 경우.

-- cgit v1.2.3-54-g00ecf