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
brazil.mg.marcus.vinicius.lima - 21 Oct 2007 15:42 GMT
> Hello,
>
[quoted text clipped - 12 lines]
> Regards,
> bruce
Hey nospam,
Maybe a solution could not be a simple HttpRequest. I advice you to
try to use a control called WebBrowser. So you can have more
functionality, and simulate a commom web user, to take your desired
effect.
Good Luck!