What is the difference between Get and Post Method?
Get and Post will do the same kind of operation which takes requests from the browser but the key difference between them is Get can not contain large number of data but post can have large number of data to post the request.