in reply to LWP::Simple and redirects
Are you GETting the page or POSTing.
If you use POST your problem may come from strict RFC compliance.
From memory :
"Only Bad Coders Code Badly In Perl" (OBC2BIP)
If you use POST your problem may come from strict RFC compliance.
From memory :
- RFC : If you get a 30x on a POST you shouldn't follow the redirection
- BUT some (most) browsers follow the redirection in such case but GET the redirected page...
"Only Bad Coders Code Badly In Perl" (OBC2BIP)
In Section
Seekers of Perl Wisdom