I'm attempting to record a standalone Java program which communicates with a backend server through HTTP. While it's no problem to pipe the communication through a Jmeter proxy the content that i'm seeing (in my recording) is gzipped which makes it impossible to read (and adapt).
Is there any way to force JMeter to unzip the content while recording? My response data is fine (unzipped/plain json) but it's the POST data that is being sent that is unreadable.
Any ideas how I could do this?