How to Enable CORS in CRXDE Lite/AEM
We use CRX DE lite/Adobe EM as our backend for our Angularjs SPA UI/frontend. How can we set CORS for this backend technology? We have access to the tool http://localhost:4502/crx/de/index.jsp to change settings. But we are not sure how to set CORS enabled. Please advice. As of AEM 6.3 There is an OOTB service called Adobe Granite Cross-Origin Resource Sharing Policy . It was as easy as creating an OSGi configuration with the alloworigin=[http://localhost:8000] property. In my case, my Angular application was running on port 8000 trying to access the publisher on 4503. Prior AEM 6.3 What I