Anyone know about meta redirection

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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

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!
 
Back
Top