# mule-module-cors **Repository Path**: mirrors_mulesoft/mule-module-cors ## Basic Information - **Project Name**: mule-module-cors - **Description**: CORS enablement for Mule Applications - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CORS Support for Mule Apps ========================== Cross Origin Resource Sharing enables javascript clients that run on a web browser to safely consume remote API's that are not hosted in the same server where the code in execution came from. This is escencially the case not only for web applications but for embedded webapps running in mobile devices. The CORS mule module makes easy for mule applications to share resources for clients of other origins. Here is an example configuration: ```xml GET X-Requested-With ``` And applied in a flow: ```xml ``` This allows easy verification of origins and access constraints for non public resources.