Expand my Community achievements bar.

SOLVED

AEM Cloud: Using a unique dispatcher ID for each dispatcher

Avatar

Level 1

In 6.5 it was possible to use the DISP_ID variable to show the unique dispatcher header for each dispatcher :

 

<IfModule mod_headers.c>
Header always add X-Dispatcher ${DISP_ID}
</IfModule>

 

But this does not seem to work on Cloud as we get error on DISP_ID variable

 

Is there a way to do something similar on AEM Cloud dispatcher to identify each dispatcher with a unique Id?

 

Thanks,

Kashif

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@eagleinhillscsh it's an removed feature from aem cloud when compared to aem on prem or AMS..

 

Why do you want to use it?

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

@eagleinhillscsh it's an removed feature from aem cloud when compared to aem on prem or AMS..

 

Why do you want to use it?

Avatar

Level 1

@Shashi_Mulugu our QA team wants to track the dispatcher Ids while testing tickets specially in some cases when different team members see different results

Avatar

Level 1

Opened a support ticket with Adobe to ask for enhancement if possible