I know the differences between HTTP get and post methods (as expalined in big details in this question).
My question is why not always use the post method for AJAX calls, which is safe. Is there get request faster? is there is reason to prefer get then post?
For none ajax call there is a reason - to share a link to the same url, but for AJAX this argument it's not good...