Yes but this means that LWP parse the header for reading the meta tags. If it reads the meta tags, couldn't it consider http-equiv="refresh" a page redirection?
Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] ----- Original Message ----- From: "Gisle Aas" <[EMAIL PROTECTED]> To: "Octavian Rasnita" <[EMAIL PROTECTED]> Cc: "Keary Suska" <[EMAIL PROTECTED]>; "Libwww Perl" <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 6:36 AM Subject: Re: LWP and Javascript? "Octavian Rasnita" <[EMAIL PROTECTED]> writes: > I know that http-equiv meta tags are considered HTTP headers by most > browsers. > Shouldn't be these tags considered HTTP headers by LWP also? > ....just an idea. They are already automatically added to the HTTP::Response object as HTTP headers. You can turn off this feature with: $ua->parse_head(0); Regards, Gisle
