JMeter Maven & Http Request HTTPClient (bad jmeter.pom?)

2009-12-08 Thread danomano
Hi all, I created a bunch of tests that use the HTTPClient (the apache implmentation)...and now I discovered that any test I use that has the HTTPClient will fail if I start it from maven. I'm using: maven-jmeter-plugin version: 1.0 jmeter 2.3 The requests being sent are https requests. Any tho

Re: HTTP Header Manager?

2009-12-01 Thread danomano
Deepak Shetty wrote: > > hi > as far as I know all should work. > What headers are you adding? can you show an example > What makes you think they aren't being sent (i..e did you add a view > results > tree and check the values in the request?) > regards > deepak > Yes I am using the View Res

Re: HTTP Header Manager?

2009-12-01 Thread danomano
Interesting, I learned today that it is in fact ignoring 1 header value specifically: namely: Authorization if I have this field populated, it will not get sent with the requests, but any fields I add will get sent with the requests... any thoughts? danomano wrote: > > Hi all, I&#

HTTP Header Manager?

2009-12-01 Thread danomano
Hi all, I've been attempting to send some custom Header fields in test, yet for some reason what ever I try, the values I put in the HTTP Header Manager are simply being ignored (i.e. they are never sent). I have had the HTTP Header Manager specified at 3 different scores to the HTTP Request Node