G
Guest
Hello,
I am trying to programmatically login to a php forum.
I send an HttpWebRequest as a mutli-part form data POST.
I get back a reply from the login.php script,
but it is in the form of a meta redirect.
I guess the browser, if supported, will redirect.
But what do I do with it to redirect the client?
It is not an URL but a data stream.
Anyone solve this before?
Regards,
bruce
I am trying to programmatically login to a php forum.
I send an HttpWebRequest as a mutli-part form data POST.
I get back a reply from the login.php script,
but it is in the form of a meta redirect.
I guess the browser, if supported, will redirect.
But what do I do with it to redirect the client?
It is not an URL but a data stream.
Anyone solve this before?
Regards,
bruce