J
Jonathan Wood
I am trying to simulate a post to a page that is on another server and is
not implemented in ASP.NET.
I've found some examples for this using WebRequest. That code appears to
work and the data is getting posted to the intended site.
However, I need to redirect to that site, bringing the target site up in the
browser just as though I had clicked a Submit button within a <form> tag.
I'm finding surprising little about doing this on the Web. I'm surprised
others aren't running into this.
Thanks for any tips.
not implemented in ASP.NET.
I've found some examples for this using WebRequest. That code appears to
work and the data is getting posted to the intended site.
However, I need to redirect to that site, bringing the target site up in the
browser just as though I had clicked a Submit button within a <form> tag.
I'm finding surprising little about doing this on the Web. I'm surprised
others aren't running into this.
Thanks for any tips.