Pregunta de entrevista de Klarna

What is the difference between POST and PUT HTTP requests?

Respuestas de entrevistas

Anónimo

12 abr 2022

POST is commonly used to create new data (e.g. user profile, new post etc.). PUT is commonly used to update existing data.

2

Anónimo

17 abr 2022

What was the task on?