Question d’entretien chez Google

difference between get and post in forms.

Réponses aux questions d'entretien

Utilisateur anonyme

20 oct. 2012

Get requests content from the server, post requests content but also sends data wit h the request. They both send headers.

Utilisateur anonyme

17 oct. 2011

get is for sending information to the server and post is for getting information back like a table, etc...