Why shouldn't data be modified on an HTTP GET request?

后端 未结 7 843
暗喜
暗喜 2020-11-27 05:36

I know that using non-GET methods (POST, PUT, DELETE) to modify server data is The Right Way to do things. I can find multiple resources claiming that GET requests should no

7条回答
  •  独厮守ぢ
    2020-11-27 06:00

    How about Google finding a link to that page with all the GET parameters in the URL and revisiting it every now and then? That could lead to a disaster.

    There's a funny article about this on The Daily WTF.

提交回复
热议问题