03 Feb 2022 02:16 AM - last edited on 02 Mar 2022 08:57 AM by MaciejNeumann
We have a customer who wants to get the response size of the request which can be found in the content-length of their JSON header. How can I capture that content length? Will it be good to create a request attribute or is there any other suggestions I can work on? That will help a lot.
Solved! Go to Solution.
05 Feb 2022 09:43 PM
@theharithsa Content-length is a HTTP response header and it's possible to capture that with Dynatrace. It's necessary to set up a request attribute with the desired scope (don't forget to set it to the integer type).
01 Mar 2022 11:49 PM
Thanks Julius,
We have set it up and we got the answer.