From 373ab99da3c7fdae6613d13f698245c0c637e8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Sat, 1 Sep 2018 14:28:37 +0200 Subject: [PATCH] add cors --- glossary/CORS.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 glossary/CORS.md diff --git a/glossary/CORS.md b/glossary/CORS.md new file mode 100644 index 000000000..e211f8c1f --- /dev/null +++ b/glossary/CORS.md @@ -0,0 +1,3 @@ +### CORS + +Cross-Origin Resource Sharing (known as CORS) is a mechanism that uses extra HTTP headers to tell a browser to let a web application running at one domain have permission to access resources from a server at a different domain.