Thanks for response, good to know of the HTTP Raw Request limitation. Just figured out workaround for what I wanted to do with regular HTTP sampler. Thought I'd share for novice JMeter users. Use Simple Controller as a grouper/segregator, and nest the HTTP Header Manager and any HTTP samplers that use the headers under that Simple Controller. The rest of the HTTP samplers are outside that controller and not affected by or set with those headers. There may be other ways to do it as well, this approach is good enough for me.
On Wed, Oct 10, 2012 at 12:04 AM, apc <[email protected]> wrote: > You are correct with headers. HTTP Raw Request is known to work with > Connection: close only > > > > ----- > -- > Andrey Pohilko > JP@GC Maintainer > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Making-HTTP-requests-with-sending-headers-at-a-per-request-sampler-level-tp5715007p5715008.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
