Question d’entretien chez Xebia

What is the difference between post and get ?

Réponse à la question d'entretien

Utilisateur anonyme

14 déc. 2025

GET is used to retrieve data from a server and is a "safe" operation that doesn't change the server's state. POST is used to send data to a server to create or update a resource