GET vs. POST (form processing)

前端 未结 4 1016
野趣味
野趣味 2020-12-19 10:18

I completely understand the differences between the two in terms of form handling, user discretion and privacy of data, but in what situation would anyone rather use GET ove

4条回答
  •  攒了一身酷
    2020-12-19 10:37

    If i need that user can save a bookmark of next step/page (for whatever reason) i would use GET other than that probably POST.

    Both are unsafe and you must escape both.

提交回复
热议问题