C
Definition

Cross-Origin Resource Sharing: a security mechanism that allows a web page from one domain to request resources from a different domain. CORS uses HTTP headers to tell browsers which cross-origin requests should be permitted.

Defined Term