"Octavian Rasnita" <[EMAIL PROTECTED]> writes:

> my $response = $ua->request($request);
> print $response->as_string();

[...]

> The response is the final page, even though there is a redirection until
> this page is returned. Is it possible to get and print that redirect HTTP
> header?

Just use $ua->simple_request() instead of $ua->request() to dispatch
the request.

--Gisle

Reply via email to