Pregunta de entrevista de uCertify

Q: Difference between GET, POST.

Respuesta de la entrevista

Anónimo

30 abr 2017

When GET method used all the form data is passed through the url same as POST method but in GET method all the data are visible in the url while in POST method it is hidden