Glossary
CORS (Cross-Origin Resource Sharing)
A browser security mechanism that restricts web pages from making requests to a different origin than the one that served the page. Servers opt into cross-origin access by returning specific HTTP headers that tell the browser which origins, methods, and headers are permitted.