Cashify Interview Question

What is Difference between POST and GET?

Interview Answers

Anonymous

Apr 8, 2021

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

Anonymous

Oct 5, 2020

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