POST vs PUT. POST and PUT are very similar in that they both send data to the server that the server will need to store somewhere. Technically speaking, you could use either for the Create or Update scenarios, and in fact this is rather common. The difference lies in the details. PUT is idempotent.

Get vs. Post in PHP with Examples - TutorialsPanel Mar 13, 2019 GET vs POST | The ASP.NET Forums Oct 26, 2010 GET vs POST - social.msdn.microsoft.com

Feb 09, 2019

GET Vs. POST HTTP Requests : What Are The Main Differences?

Mar 13, 2019

Sep 09, 2018 PUT vs POST - Comparing HTTP Methods - KeyCDN Support Oct 04, 2018 When to Use GET and POST in Ajax - ThoughtCo