On Sat, 12 Feb 2005 01:06:28 -0400, N�stor Bosc�n <[EMAIL PROTECTED]> wrote: > Hi > > I'm trying to do a test against a web page with multiple devices. The web > page will work differently depending on the USER-AGENT HTTP header. I've > tried to use multiple HTTP Header Managers but it seems that JMeter only > takes one. Is there a way that I can use multiple HTTP Header Managers?
Yes, see: http://jakarta.apache.org/jmeter/usermanual/build-test-plan.html#scoping_rules You need to ensure that only one Header Manager is in scope, e.g. by adding it as a child of the sampler. > > Regards, > > N�stor Bosc�n > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

