G
Guest
Within an ASP.NET application, how can I redirect to another URL and post the
XML as the body to that URL. The other URL may not be ASP.NET application
(but another internet application).
One of the solution I came up with is that on the source ASP.NET, I return a
stream that an an HTML page and have IE redirect it. However, to make use of
POST and post the XML body, I need to use an INPUT tag. I would like to get
rid of the INPUT tag and have it post just an XML while doing a redirect on
the client browser.
Thanks.
XML as the body to that URL. The other URL may not be ASP.NET application
(but another internet application).
One of the solution I came up with is that on the source ASP.NET, I return a
stream that an an HTML page and have IE redirect it. However, to make use of
POST and post the XML body, I need to use an INPUT tag. I would like to get
rid of the INPUT tag and have it post just an XML while doing a redirect on
the client browser.
Thanks.