Files
30-seconds-of-code/glossary/CORS.md
Stefan Feješ 373ab99da3 add cors
2018-09-01 14:28:37 +02:00

4 lines
238 B
Markdown

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