satishgaudo.com

Understanding technology

Archive for July 21st, 2009

Use GET for AJAX Requests

The Yahoo! Mail team found that when using XMLHttpRequest, POST is implemented in the browsers as a two-step process: sending the headers first, then sending data. So it’s best to use GET, which only takes one TCP packet to send (unless you have a lot of cookies). The maximum URL length in IE is 2K, [...]

21 July 2009 at 19:40 - Comments
Thanks for posting about this, I would love to read more about this topic.