Cashify interview question

What is Difference between POST and GET?

Interview Answers

Anonymous

8 Apr 2021

POST method is use to create data only where as GET method is use to retrieve data

Anonymous

5 Oct 2020

POST - used to insert data and update data GET - used to retrieve data