aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/cors
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/cors
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/glossary/cors')
-rw-r--r--files/ko/glossary/cors/index.html23
1 files changed, 23 insertions, 0 deletions
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
+---
+<p>다른 도메인({{glossary("domain","domains")}})에서의 자원을 호출하는 행위에 제한이 없을 경우 안전하지 않습니다. <strong>CORS </strong>(Cross-Origin Resource Sharing)는 이렇게 시스템 수준에서 타 도메인 간 자원 호출을 승인하거나 차단하는 것을 결정하는 것입니다.</p>
+
+<p> </p>
+
+<h2 id="더_보기">더 보기</h2>
+
+<h3 id="일반_참조">일반 참조</h3>
+
+<ul>
+ <li><a href="/en-US/docs/Web/HTTP/Access_control_CORS">HTTP access control (CORS)</a> on MDN</li>
+ <li>{{Interwiki("wikipedia", "Cross-origin resource sharing")}} on Wikipedia</li>
+</ul>
+
+<h3 id="기술_참조">기술 참조</h3>
+
+<ul>
+ <li><a href="http://www.w3.org/TR/cors/">Specification</a> on W3C recommandation</li>
+</ul>