Click here to Skip to main content
15,897,718 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Why is 'Http Post' used for creating a new resource when same can be achieved using 'Http Put', even Put is idempotent over Post. Suggest reasons why Post is used. 


What I have tried:

Correct implementation of HTTP Post and Put
Posted
Updated 19-Jan-18 23:48pm

1 solution

Did you Google, didn't you? See, for instance: PUT vs POST - Comparing HTTP Methods - KeyCDN Support[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900