What is the usefulness of PUT and DELETE HTTP request methods?
Asked 07 September, 2021
Viewed 492 times
  • 49
Votes

I have read a lot stuff about this but not able to get the conclusion on this topic.

But I've never used PUT or DELETE HTTP Request methods. My tendency is to use GET when stat of the system(my application or website) may not be affected (like product listing) and to use POST when it is affected(order placed). Isn't it sufficient or am I missing something ?

4 Answer