Files
30-seconds-of-code/glossary/CORS.md
2019-08-13 11:19:29 +03:00

7 lines
260 B
Markdown

---
title: CORS
tags: 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.