Response.Redirect with POST instead of Get?

后端 未结 14 1173
离开以前
离开以前 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:23

    In PHP, you can send POST data with cURL. Is there something comparable for .NET?

    Yes, HttpWebRequest, see my post below.

提交回复
热议问题