On Mon, 27 Sep 2004 15:51:40 -0700, Senthil Subbiah <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> The response corresponding to a redirect request is empty.
> Is this correct?

Probably - I think redirects are normally handled via headers, not the body.

> If not....why is this coming out to be empty?
> What can I do for this?
> 
> From the response of this redirect I need to match one expression and
> should be given as request for the next.
> Can you please tell me...how to go about?

Try matching on the headers, rather than the body.

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

Reply via email to