It's just a very special case for URL's like: http://server.com/page.index?logout
If you tried to make an HTTP Request with parameter whose name is logout and whose value is empty, then JMeter would normally create a URL like: http://server.com/page.index?logout= But, you don't want this, so there's an option to not include the equals and it's only relevant for parameters that have no value. -Mike On 16 Jul 2003 at 16:27, Laurent MEDIONI wrote: > Hi, > does someone know what the "Include equals" option for Http Request > parameters is supposed to do ? > I do not find anything in the doc or on the Net about that... > > Thanks, > Laurent > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 AIM: mstover777 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

