APM Browser agent is inserting Cookie in the header which is increasing the header of the monitored page. This is causing the application to encounter errors.
Is it possible to just disable the Cookie insertion into header by APM Browser agent?
Release : 10.7.0
Component : APM Agents
Enable BrowserAgent extension by setting the following properties.
Keep the following property commented out in IntroscopeAgent.profile file.
#introscope.agent.browseragent.autoInjectionEnabled=false
Set the following properties in bundle.properties file.
introscope.agent.browseragent.autoInjectionEnabled=true
introscope.agent.browseragent.sustainabilityMetrics.enabled=true
introscope.agent.browseragent.responseCookieEnabled=false
introscope.agent.browseragent.response.decoration.enabled=false
introscope.agent.browseragent.corguid.enabled=false
Stop JVM, clear JVM logs and agent logs. start JVM.