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

前端 未结 4 1227
猫巷女王i
猫巷女王i 2021-01-15 08:05

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:40

    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.

提交回复
热议问题