uCertify interview question

Q: Difference between GET, POST.

Interview Answer

Anonymous

30 Apr 2017

When GET method used all the form data is passed through the url same as POST method but in GET method all the data are visible in the url while in POST method it is hidden