cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Business events response field not captured

Sachinpai
Contributor

One Agent configured Business events didn't capture field from response, even value * didn't work. If the response header doesn't have content-type specified, then Dynatrace exclude response from the event? If yes, then any work around exist in Dynatrace to capture response body?

5 REPLIES 5

HI Paco ... Its Java technology and its supported as per documentation. I am able to see request body and header, response header and status but not response payload. I tested service by not providing content-type in the header then even request body (tried with asterisk) is also not captured. Based on that my understanding content-type is must. Anyone had past experience with this scenario and any suggestion on work around 

As far as I know, the OneAgent is looking for the Content-Type header which triggers the payload read. I don't think it will work without it and I haven't found a workaround to this either.

thank you

As you can see in the link, for Java you need content-type application/xml or application/json

Featured Posts