You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by jo...@net2s.com on 2006/02/02 15:00:28 UTC

HTTPClient POST parameters

Hi everyone
I'm using last version of JMeter and also I've tried with nightlybuilds. 
It's about HTTPClient sampler and POST method. I need to send some 
parameters using POST. When I use HTTP sampler it sends parameters 
separately from url, but when I use HTTPClient sampler it appends 
parameters to url. I have not been able to get parameters sent separately 
from url with HTTPClient. Forgot to say my application only works with 
HTTPClient. 
Someone knows what the problem could be. Could it be the implementation of 
HTTPClient in jmeter? could it be the HTTPClient version jmeter uses? 
I apreciate any help.
Thanks in advance.

Re: HTTPClient POST parameters

Posted by sebb <se...@gmail.com>.
Sorry for the long delay.

Just got around to comparing the HTTP Client POST output with that
from the standard HTTP, and found that the parameters were not being
handled correctly when combined with a file name. (i.e. there was a
bug in JMeter)

I've updated the 2.1 source, and created a new nightly build -
2-1.20060515 - which hopefully works better for you.

S.
On 02/02/06, joseluis.diaz@net2s.com <jo...@net2s.com> wrote:
> Hi everyone
> I'm using last version of JMeter and also I've tried with nightlybuilds.
> It's about HTTPClient sampler and POST method. I need to send some
> parameters using POST. When I use HTTP sampler it sends parameters
> separately from url, but when I use HTTPClient sampler it appends
> parameters to url. I have not been able to get parameters sent separately
> from url with HTTPClient. Forgot to say my application only works with
> HTTPClient.
> Someone knows what the problem could be. Could it be the implementation of
> HTTPClient in jmeter? could it be the HTTPClient version jmeter uses?
> I apreciate any help.
> Thanks in advance.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org