Diff between URLConnection and HTTPClient

2006-09-26 Thread R R
Hi, I am trying to do some customiations with the HTTP sampler. I would like to use the HTTPClient version as this looks easier to work with for the Body stuff I am trying to send. Is the HTTPClient sampler as stable as the Standard one? I found a issue when trying to use the Authorization

Re: Diff between URLConnection and HTTPClient

2006-09-26 Thread sebb
I would say that they are now both equally stable. The underlying HTTPClient code is more versatile, not least because it comes with full source... If there are any bugs in either, please raise a Bugzilla issue, and we'll try to deal with it. S. On 26/09/06, R R <[EMAIL PROTECTED]> wrote: Hi,

Re: Diff between URLConnection and HTTPClient

2006-09-27 Thread R R
ot; To: "JMeter Users List" Subject: Re: Diff between URLConnection and HTTPClient Date: Tue, 26 Sep 2006 16:39:40 +0100 I would say that they are now both equally stable. The underlying HTTPClient code is more versatile, not least because it comes with full source... If there are any bu

Re: Diff between URLConnection and HTTPClient

2006-09-28 Thread sebb
Client. Temp work around is just to get the needed Hash and hardcode it into the Header Manager. Cheers R >From: sebb <[EMAIL PROTECTED]> >Reply-To: "JMeter Users List" >To: "JMeter Users List" >Subject: Re: Diff between URLConnection and HTTPClient >D

Re: Diff between URLConnection and HTTPClient

2006-10-05 Thread R R
Hi, I tried it with jakarta-jmeter-2-2.20061004 and it could Auth with normal http sampler but not HTTPClient one. Thanx Reza From: sebb <[EMAIL PROTECTED]> Reply-To: "JMeter Users List" To: "JMeter Users List" Subject: Re: Diff between URLConnection and HT