Question
How to inject custom HTTP Request application header on every interaction/click of Pega portal
Hi Team,
We would like to know is there any way in Pega to add custom HTTP header in request for every transaction/click end user is doing.We are trying to use these headers in AppDynamics to analyze/monitor the end user transaction behaviour.
We know that pega will support adding HTTP response headers as mentioned in below article.
https://community.pega.com/knowledgebase/articles/security/84/creating-custom-application-header
But we need to similar kind of adding custom HTTP application in the HTTP request .Appreciate any inputs
@Sriteja
Can you elaborate more on your use case, in particular:
The likely answer is that if you are hoping to add custom headers to HTTP requests sent from the browser, then I doubt you can influence this from Pega unless AppDynamics has a particular pattern of setting up your DOM on page load with directives which it can use when it constructs requests to AppDynamics servers. This would have to be specified by AppDynamics.