Canvas CloudAI
Canvas Cloud AI

CORS

intermediate
security
Enhanced Content

Definition

Cross-Origin Resource Sharing - mechanism that allows web pages to access resources from other domains. Like having permission slips that allow websites to share resources safely.

Real-World Example

Web applications configure CORS to allow their frontend to communicate with APIs hosted on different domains.

Cloud Provider Equivalencies

CORS (Cross-Origin Resource Sharing) is a web browser security mechanism, not a cloud service. It’s configured on the server that hosts an API or website (often via web servers, API gateways, or storage/CDN origins) to control which origins (domains) can make browser-based requests.

Explore More Cloud Computing Terms