Empty GET body on analytics / logs

Hi, Why is that we are getting an empty body in the GET Response? I am receiving a body response on my end, but the log browser shows 0 bytes. POST Request and Response shows the body though. Thank you.

That’s a good question - The response must have proxied, and this is the wire-format of the response as it was in memory at the time of recording. What middleware are you running if any on the endpoint?

No middle ware on any endpoint.

Can you try wth something like httpbin and share the output in the log browser?