How to get JMeter to request gzipped content?

Posted by Bill Paetzke on Stack Overflow See other posts from Stack Overflow or by Bill Paetzke
Published on 2010-05-24T21:36:19Z Indexed on 2010/05/24 21:41 UTC
Read the original article Hit count: 260

Filed under:
|

My website serves gzipped content. I verified with Firebug and YSlow. However, JMeter does not request the gzipped content. Therefore, it gets all uncompressed content. As a result, my test cases take much longer (6-10x longer) than they do in reality.

How can I make JMeter request gzipped content from a website?

FYI, I am using the latest stable build: JMeter 2.3.4 r785646.

© Stack Overflow or respective owner

Related posts about gzip

Related posts about jmeter