Pregunta de entrevista de Tech Mahindra

Difference between GET and POST

Respuesta de la entrevista

Anónimo

8 de mar de 2020

Both GET and POST method is used to transfer data from client to server in HTTP protocol but Main difference between POST and GET method is that GET carries request parameter appended in URL string while POST carries request parameter in message body which makes it more secure way of transferring data from client