Domanda di colloquio di Gizbel Technologies

What is get and post request

Risposta di colloquio

Anonimo

23 giu 2016

Get request is that request in which parameters are visible in the URL and can send limited amount of data. Post request can send large amount of date while hiding the parameters in the request payload so it is hidden to the user