Description
Adds Cross-Origin Resource Sharing middleware for WAI applications. CORS controls which browser-based origins may access resources across site boundaries.
It is useful for APIs used by web frontends, local development setups, and services shared between domains. Developers should configure allowed origins, methods, and credentials narrowly instead of using permissive defaults in production.