CORS is a security feature that controls how web applications request resources from different domains. Used in web development to prevent unauthorized cross-origin requests.
Example:
A web API enables CORS to allow requests from a frontend hosted on another domain.