On 22/09/2008, Laurent Perez <[EMAIL PROTECTED]> wrote:
> Hi
>
>  I'm using Jmeter 2.3.2.
>  I've encountered a problem when using the HTTP Request Sampler with a
>  POST method, and the box "follow autoredirects" being checked.
>
>  When the POST response does a 302 redirect (as expected), Jmeter will
>  follow the redirect, but *without* sending back cookies, even if the
>  Location: is on a correct domain and path. I double checked, I have a
>  thread group with a HTTP Cookies Manager configuration element, set to
>  rfc2965 (chaging the value does not help).
>
>  If I uncheck the follow redirects, and I manually add a GET HTTP
>  Request Sampler, then the cookies are correctly sent.
>
>  Is it a known behaviour/bug ?
>  Thanks

If you are using Redirect Automatically, then yes, cookies may not be
sent, because JMeter does not see the redirect.

If you are using Follow Redirect, then JMeter should  send the correct cookies.

You can check the cookies in the Tree View Listener.

>  laurent
>
>
>
>  --
>  <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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to