Pregunta de entrevista de InfoTrans Technologies

Difference between GET and POST?

Respuesta de la entrevista

Anónimo

1 nov 2017

Both methods are used to send the data to the server, it depends on data how to send it. if it is secure data you need to send by POST method which will not append the data to URL while sending, where as GET is less secure as it appends the data to URL while sending.