Usually only the GET method is used while creating Ajax apps. But there are several occasions when POST is necessary when creating a ajax request.
1. Post method is handy to process large chunks of data, greater than the size limit on Get requests
2. when needed greater security between the client and server.
more about POST method can be learned in : POST Method