employer cover photo
employer logo
employer logo

InfoTrans Technologies

Questa è la tua azienda?

Domanda di colloquio di InfoTrans Technologies

Difference between GET and POST?

Risposta di colloquio

Anonimo

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.