employer cover photo
employer logo
employer logo

InfoTrans Technologies

Est-ce votre entreprise ?

Question d’entretien chez InfoTrans Technologies

Difference between GET and POST?

Réponse à la question d'entretien

Utilisateur anonyme

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.