The difference between POST & GET in Ajax

Get and Post are sent to the server a request, but the sending mechanism is different. 1. GET request will be passed in the parameter with the URL , while the POST request is sent as an entity...