AEM Cloud Service | How to check dispatcher cached files & headers | CORS issue
Hi,
I am following the below article and made the changes to add few headers(Access-Control-Allow-Origin) to be cached along with the response. But if request the page or clientlibs the Access-Control-Allow-Origin header is not coming in the response(Status 304) and only if we pass "?" in the end of the URL, the header is appearing in the response with Status 200
We are using AEM as a cloud service and below are my questions
1. How do I debug where it went wrong.
2. How to see whether headers are cached properly in the dispatcher
3. Is there a way where we can make sure the CORS header(Access-Control-Allow-Origin) is present in the response always for every request when requested by 3rd party services