CORS
WebTerm Overview
Term
CORS
Category
Web
Related Terms
3
Definition
Cross-Origin Resource Sharing. A browser security mechanism that uses HTTP headers to control which origins (domains) are permitted to access resources from another origin. Essential for modern web APIs that serve cross-domain requests.
Web