On 11 August 2012 11:11, Shmuel Krakower <[email protected]> wrote:
> Hi
> Is there an option to send compressed http requests outside of jmeter (i.e.
> by browser/on the http protocol spec)? I though compression would only make
> sense on responses as requests are usually very small (exept of when
> uploading files).

Good point.

As far as I can tell, the HTTP implementations do not support
compression of requests, only decompression of responses.

> Best,
> Shmuel.
> בתאריך 2012 8 10 16:09, מאת "Flavio Cysne" <[email protected]>:
>
>> I think my answer was not so clear.
>>
>> Content Encoding field is **related to** Accept-Charset, but don't take its
>> place.
>> Content Encoding is used on response's content, not to override
>> Accept-Charset header.
>>
>> My knowledge of JMeter source is little, then I may have pointed you in a
>> wrong direction.
>>
>> 2012/8/10 Andrej van der Zee <[email protected]>
>>
>> > Hi,
>> >
>> > Thanks for your reply. That is a confusing name for this feature.
>> >
>> > > Accept-Encoding: gzip
>> > > Accept-Encoding: gzip,defalte
>> >
>> > These are for telling the server that it can compress the HTTP
>> > *response*. But I want JMeter to compress the *request*. Setting the
>> > header "Content-Encoding: gzip", which is commonly used to tell the
>> > server the HTTP *request* is gzipt so that the server knows it must
>> > decompress, does not work.
>> >
>> > Cheers,
>> > Andrej
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [email protected]
>> > For additional commands, e-mail: [email protected]
>> >
>> >
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to