Web Security

CORS

English

Overview

A mechanism that controls resource sharing between different origins.

Details

Short for Cross-Origin Resource Sharing. It's the mechanism by which a browser safely allows or denies resource access across different origins. The server must explicitly state the allowed origin via the Access-Control-Allow-Origin header.

More Security terms