This commit is contained in:
Stefan Feješ
2018-09-01 14:28:37 +02:00
parent 97d68b2b19
commit 2ce8e44710

3
glossary/CORS.md Normal file
View File

@ -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.