How to POST GZip Request with Apache JMeter
问题 I have a question for using Apach JMeter. Our project, Android apps post json data with "Gzip Compression" to API server. The Android apps using "Apache HttpClient" and it's "GzipCompressingEntity" class. For performance testing of API server, I tryed to recording the request by JMeter's Proxy (="HTTP(S) Test Script Recorder"). But the recorded request body was empty. What I want to do is to send "Gziped HTTP request data " from Apache JMeter to server. Is there any way for that? Following is