warpod has asked for the wisdom of the Perl Monks concerning the following question:
The site redirects the request and UserAgent invokes GET method. But the post data is not removed! As the result I have this in the log:my $ua = LWP::UserAgent->new(); #... my $res = $ua->post($addr, \@post_data);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: POST redirects to GET problem
by lorn (Monk) on Jul 25, 2006 at 13:40 UTC |