so is the problem your test plan does not login successfully?

if it is logging successfully, you have to add a cookie manager,
otherwise it won't pass back the right cookies. I'm guess that is
happening, since there isn't enough information in the email for me to
figure out exactly what is happening.

peter


On Tue, 10 Aug 2004 16:00:56 +0200, Giuseppe Ielpa <[EMAIL PROTECTED]> wrote:
> Dear All,
> 
>    I've been experimenting problems about redirection while testing a web
> application .
> 
> I simulate the login to the application (POST via HTTP request), then I'd
> like to load a resource (e.g. image) from the
> application performing a GET, but the application redirects me to a login
> page again.
> How can I work out a solution for this problem? Checking the "follow
> redirection" does not help,
> since I have to login again and, to this end a POST action is needed (I
> can't use the login manager).
> 
> thanks
> 
> G.
> 
>

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

Reply via email to