Unanswered question

Save response size per request

Hello there!

I am looking for an option to obtain the response size of a response. In the forum, a suggestion mentioned to extract the size from the headers. What happens if the request does not provide that? Any other option?

As well, I am looking in the "User Path Validation" window, where the response size appears. Is there a way to put that in a log?

Thank you in advance!

Ageo D.
Ageo D.

Ageo D.

Level
0
14 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

There's no other way expect like you saw to extract from the HTTP headers. The HTTP response should have that content lenght header. What is the goal getting the response size?

Note that if you would like to validate a response based on its response size you can create such validation on the request if needed.

In the check virtual user panel you have that information but that includes the HTTP headers too. I attached a screen shot.