On 10 January 2011 23:27, Paul Rogers <[email protected]> wrote: > jmeter 2.4 on Mac > > I have a text file that has a list of cookie ids. > > It seemed the easiest way to send these with a request was to just use > the Header manager and a csv config. > > However, after much trial and error, it seems that a header called > cookie ( or Cookie ) never gets reported in the request section of the > View Results Tree, even when a simple value like Cookie and 123 is > put directly into the header manager. > > I havent had a chance to see if the header gets sent unfortunaly. > > Other headers, like User-Agent or foo seem to work fine, just Cookie, > so Im guessing there is some interference from the internal cookie > manager.
Yes, the Header Manager does not allow Cookies to be set. You can add Cookies to the Cookie Manager. I thiink it may work with dynamic cookie values - try it and see. The easiest way to test this is probably to use the mirror server with HTTP GET. > Many thanks > > Paul > > --------------------------------------------------------------------- > 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]

