My environment: - The client sends compressed requests. - The server sends compressed responses.
My requirements: - I have to modify the requests. - I have to check assertions in the responses. Your advice: - JMeter can not handle the compressed traffic in the required way. - Disable compression on both sides. Right? Am 17.09.2010 um 17:01 schrieb sebb: > On 17 September 2010 15:11, Klaus Tockloth > <[email protected]> wrote: >> Hi, >> >> the http traffic I'm interested in to record is gzipped (the client sends >> zipped data to the server). The result is recorded binary traffic which >> cannot be easy modified. It's very difficult to modify the client in order >> to suppress compression. So my question: Is there an option or extension for >> the proxy to uncompress the client traffic during recording? > > No. > > But JMeter is open source, so you can create your own version of the proxy. > > But I wonder if that will help - won't you have to recompress the > content in order to upload it? > Or does the server accept uncompressed input? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

