On Tue, 27 May 2003, Jack Yang wrote: [...] > But this time, I got a response html which basically asked me to login > the securesite. Can anyone give me some advice why this happens? [...]
Try setting the Referer [sic] header to the URL you followed the Refresh from. Try giving the UserAgent a cookie jar (perldoc HTTP::Cookies). HIDDEN HTML form controls (and any other controls, of course) may also need to be sent back (perldoc HTML::Form) to preserve session IDs and other state. John
