Pregunta de entrevista de Backbase

What is the differences between post and put http command?

Respuesta de la entrevista

Anónimo

30 ago 2019

My answer is post method is used for creation of new resource on the server, put method is used for changing the state of a resource or updating it.