From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/cors/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/ko/glossary/cors/index.html (limited to 'files/ko/glossary/cors') diff --git a/files/ko/glossary/cors/index.html b/files/ko/glossary/cors/index.html new file mode 100644 index 0000000000..eff5b6ffdd --- /dev/null +++ b/files/ko/glossary/cors/index.html @@ -0,0 +1,23 @@ +--- +title: CORS +slug: Glossary/CORS +translation_of: Glossary/CORS +--- +

다른 도메인({{glossary("domain","domains")}})에서의 자원을 호출하는 행위에 제한이 없을 경우 안전하지 않습니다. CORS (Cross-Origin Resource Sharing)는 이렇게 시스템 수준에서 타 도메인 간 자원 호출을 승인하거나 차단하는 것을 결정하는 것입니다.

+ +

 

+ +

더 보기

+ +

일반 참조

+ + + +

기술 참조

+ + -- cgit v1.2.3-54-g00ecf