I'm reading a lot of performance issues when using POST instead of GET in AJAX enabled web applications. What are the key benefits of each http method? And is POST really slower than GET? POST By default no proxy server or web browser is caching this data, you will always get the real data from you...