I tried "clone"ing the original $ua by replacing "$referral = LWP::UserAgent->new;" with "$referral = $ua->clone;" and got the same results. Got any other ideas?
Thanks,
griffgg8
I have been trying for a few weeks to retrieve a html page programatically that requires a username/password. Normally, the username/password is submitted via the POST method, the response from the server is Status Code 302 (temporaryly moved). The redirection is completed using the GET method...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.