I'm making a post request to an https site using PEAR HTTP_Client. The site
redirects me and the redirected page returns a response as a relative link,
and so I end up getting back http://locahost/ rather than
https://[site]/ and so end up with a 404 error. Does anyone know how I
can get
Thanks Anirudh! You wouldn't happen to know of any good sites/examples showing this kind of thing in action?On 11/7/06, Anirudh Zala <
[EMAIL PROTECTED]> wrote:On Wednesday 08 November 2006 05:59, Rob Notwicz wrote:
> Can a php script be made to perform actions on a site, such as:
Can a php script be made to perform actions on a site, such as: open
it, fill in a form, click a link/button, and receive the page returned?
I've been having problems getting cURL to extract a site behind an
https login and I was wondering if there was a more direct method.
thanks,
Rob