Today I encountered the bug someone had reported for the phpBB remote backup program I wrote myself: Login failed: 302 Found. It turned out that LWP::UserAgent Perl module doesn't redirect POST requests by default, something that can be fixed with one additional line of Perl.