in reply to
HTTPS with Crypt::SSLeay
POSTs aren't redirected by default. Add
requests_redirectable => ['GET', 'HEAD', 'POST']
[download]
to LWP::UserAgent's constructor call.
Comment on
Re: HTTPS with Crypt::SSLeay
Download
Code
In Section
Seekers of Perl Wisdom