What is the difference between an F5 (refresh) of a page and pasting that URL in a new window?

前端 未结 5 1583
不知归路
不知归路 2020-12-29 04:22

What is the difference between an F5 (refresh) of a page and pasting that URL in a new window and clicking enter?

Any help is appreciated

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 05:27

    When you hit refresh (F5) the browser will ask you e.g. if you want to also send POST request (for example if you previously entered some data on a form). If you paste url and press enter you won't be able to resend mentioned POST data.

提交回复
热议问题