Response.Redirect with POST instead of Get?

后端 未结 14 969
离开以前
离开以前 2020-11-22 04:04

We have the requirement to take a form submission and save some data, then redirect the user to a page offsite, but in redirecting, we need to \"submit\" a form with POST, n

14条回答
  •  自闭症患者
    2020-11-22 04:42

    I suggest building an HttpWebRequest to programmatically execute your POST and then redirect after reading the Response if applicable.

提交回复
热议问题