in reply to Redirection in LWP with POST
Hi,
LWP::Useragent doesn't automatically follow a redirect as an answer to a POST. So you need to change the default setting.
Change the default setting applies to LWP::Useragent, your script, NOT the server. LWP::Useragent is your browser. So a 302 reply from the server makes your browser point to the new destination. Without the change in default setting LWP:Useragent wouldn't reflect this change.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Redirection in LWP with POST
by Anonymous Monk on Sep 26, 2005 at 11:04 UTC |