Merdinus 写道:

> I'm using WWW::Mechanize and a webpage seems to be redirecting me but
> Mechanize doesn't seem to follow it.  I've heard to "Add the header
> 'Accept: text/html'" but alas I don't know how to add the header, or
> what that means.
> 

Hi,

The $mech->request() method will process redirects and authentication
responses transparently. You may see also $mech->redirect_ok() method.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to