How to do two POST requests for visitors with JS disabled on one submit button?

前端 未结 4 1130
醉话见心
醉话见心 2021-01-15 08:12

I got help with solving a problem in this thead: Redirect with POST data. Now that I decided that the whole site and even this function must work when JS is disabled I need

4条回答
  •  攒了一身酷
    2021-01-15 08:33

    A redirection with HTTP Location would have your user end on another site. I suggest you trigger an HTTP-request from your server using curl or streams.

提交回复
热议问题