> How can I add my own cookies for some requests. If I add it to the cookie > manager at the thread level, these cookies get added to all requests.
I believe you can use http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Header_Manager at the HTTP Request level (instead of Thread group level). So I guess you could create a header named Cookie for each request. If cookies values need to be dynamic ones, you could use some post processor to extract Set-cookie values from the response and store them as variables. Don't know if this would fit your needs, I never tried this. laurent > > Sincerely appreciate your help. > -- > View this message in context: > http://www.nabble.com/Insert-Cookies-for-some-requests-in-a-thread-group-tp19709256p19709256.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] > > -- <a href="http://in-pocket.blogspot.com">http://in-pocket.blogspot.com - Mobile world, technology and more</a> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

