Hi all,
Hope everyone good !
Wondering if there is a way to Manage Dispatcher Custom Headers from AEM Authoring Screen instead of making changes directly in dispatcher. we wanted to grant "Super Authors" to add / update any Custom Headers using Authoring Screen itself rather than asking DevOps help (since authoring team will not have access to clientheaders.any / dispatcher.any files). Updating Headers will be once in a while activity - but will take some burden from DevOps team.
See example here from Adobe site
Wondering if there is any OOB feature or anything from ACS Common which can achieve this.
I am using AEM 6.4
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
I don't think there's anything that directly updates the dispatcher files, if that’s what you're asking. These are two separate areas for the sake of all of us. What is typically done is using Sling servlets to inject headers, but this is specifically for adding extra headers to a request. This approach is editable, and you could even create some sort of UI, but it doesn't go beyond that. Here’s an example of what I’m referring to: https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/ad...
Hope this helps
Hi,
I don't think there's anything that directly updates the dispatcher files, if that’s what you're asking. These are two separate areas for the sake of all of us. What is typically done is using Sling servlets to inject headers, but this is specifically for adding extra headers to a request. This approach is editable, and you could even create some sort of UI, but it doesn't go beyond that. Here’s an example of what I’m referring to: https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/ad...
Hope this helps
@rohitp23277067 Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
Views
Likes
Replies