in reply to Re: Redirect after POST behavior in LWP::UserAgent differs from Netscape's?
in thread Redirect after POST behavior in LWP::UserAgent differs from Netscape's?
Also, please don't confuse redirect AFTER post with redirecting THE post. You shouldn't be conned into sending data to someone you didn't expect. Where the browser goes after the data is received properly is something else entirely.
Read for yourself: RFC 2616 Sec 10.3.2 and and you might look at most of Sec 15 as well.
--
$you = new YOU;
honk() if $you->love(perl)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Redirect after POST behavior in LWP::UserAgent differs from Netscape's?
by gregorovius (Friar) on Mar 17, 2001 at 07:11 UTC |