did you instruct the UserAgent to follow redirects? check the pod
documentation. And you should not call simple request
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 12, 2001 11:19 PM
Subject: Problem using UserAgent.
> Hello,
>
> I have a perl program that is posting data to various websites using the
> UserAgent, Request, and Response modules.
>
> It is working well for all but two of the sites. Both of these sites are
> doing REDIRECTS (HTTP STATUS 302) after the data has been successfully
> posted, but the UserAgent doesn't seem to be following the redirect?
>
> Is there a setting I need to change? Both of these sites are using HTTP
> 1.1. I haven't checked any of the sites that DO work to see what HTTP
> version they use.
>
> Help!
>
> Thanks,
>
> Mike Housman