in reply to Problem calling WWW::Mechanize redirect_ok
If you want to force a redirects all the time, you should probably override the redirect_ok() method in your own subclass of WWW::Mechanize (though it should already do the right thing).
Also check the LWP::UserAgent->new() options.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem calling WWW::Mechanize redirect_ok
by js1 (Monk) on Jan 05, 2006 at 12:59 UTC | |
by Joost (Canon) on Jan 05, 2006 at 13:12 UTC | |
by js1 (Monk) on Jan 05, 2006 at 20:00 UTC |