Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Managing Dispatcher Custom Header from Authoring Screen

Avatar

Level 2

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

https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/configuring/dispatcher-co...

 

Wondering if there is any OOB feature or anything from ACS Common which can achieve this.

 

I am using AEM 6.4

 

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

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



Esteban Bustamante

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor and Adobe Champion

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



Esteban Bustamante

Avatar

Administrator

@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!



Kautuk Sahni