in reply to Re: Entering Username Password on a website
in thread Entering Username Password on a website

It doesn't work as is. It needs to be able to get the redirected content. On my account, http://www.mail.com/scripts/common/proxy.main redirects to http://mail02.mail.com/scripts/common/outblaze.main and the redirect breaks this script. I seem to remember someone getting a redirect to work with LWP though.
  • Comment on Re: Re: Entering Username Password on a website

Replies are listed 'Best First'.
Re: Re: Re: Entering Username Password on a website
by Molt (Chaplain) on Sep 18, 2002 at 15:45 UTC

    To enable redirection of POST requests: push @{$ua->requests_redirectable}, 'POST';