Re: HTTP Request's Content Encoding field

2019-05-10 Thread Felix Schumacher
m: Jmeter Tea > Sent: 25 December 2018 20:22 > To: JMeter Users List > Subject: Re: HTTP Request's Content Encoding field > > Thank you for answering my question, > But still, what is the usage of setting a valid value, What is the benefit > over setting Content-Type

RE: HTTP Request's Content Encoding field

2019-05-09 Thread Shyam Panjiyar
From: Jmeter Tea Sent: 25 December 2018 20:22 To: JMeter Users List Subject: Re: HTTP Request's Content Encoding field Thank you for answering my question, But still, what is the usage of setting a valid value, What is the benefit over setting Content-Type header parameter? On Tue, Dec 25, 201

JMeter - HTTP Request's Content Encoding field has no effect

2019-02-28 Thread Sanjay Chaurasia
Dear All, I tried sending encoding in HTTP Request's Content Encoding field but it doesn't seem to have any effect also in POST request. Could anyone please tell me what is the use of Content Encoding option provided in

Re: HTTP Request's Content Encoding field

2018-12-25 Thread Jmeter Tea
Thank you for answering my question, But still, what is the usage of setting a valid value, What is the benefit over setting Content-Type header parameter? On Tue, Dec 25, 2018 at 3:59 PM glin...@live.com wrote: > It is being used at least: > > 1. For setting request header > < > https://githu

Re: HTTP Request's Content Encoding field

2018-12-25 Thread glin...@live.com
It is being used at least: 1. For setting request header 2. For encoding POST request data

HTTP Request's Content Encoding field

2018-12-19 Thread Jmeter Tea
I tried sending encoding in HTTP Request's Content Encoding field but it doesn't seem to have any effect also in POST request Content encoding to be used (for POST, PUT, PATCH and FILE). This is the character encoding to b

Re: HTTP Request's Content Encoding field

2018-09-25 Thread Jmeter Tea
glinius: I get the same results as leave empty or UTF-16 (as GET http://www.google.com/?漢字), also I want a use case when you *need *it On Wed, Sep 26, 2018 at 8:23 AM, glin...@live.com wrote: > Try sending a HTTP GET request with a Chinese character and encoding set to > US-ASCII. > > > > -- >

Re: HTTP Request's Content Encoding field

2018-09-25 Thread glin...@live.com
Try sending a HTTP GET request with a Chinese character and encoding set to US-ASCII. -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html - To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org For additi

HTTP Request's Content Encoding field

2018-09-25 Thread Jmeter Tea
Hello, I wanted to know what's the usage of HTTP Request's Content Encoding field? Are there scenarios that its value need to be set differently than default? In View Results Tree I don't see any change in the request. T