Post Redirect to URL with post data

前端 未结 1 1026
一向
一向 2021-01-13 01:33

I am working on a post redirect for a payment provider and trying to pass form data to their secure URL.

I am doing this in kentico 8 by using their custom payment

相关标签:
1条回答
  • 2021-01-13 01:47

    Take a look at this answer from a similar question. I would recommend using Method 3 in that answer. By creating an asynchronous call, you could wait for a response back and either redirect on a successful response with Response.Redirect(), or notify the user of any errors.

    0 讨论(0)
提交回复
热议问题