Comment

Andy Davies

Need to check up on the behaviour but AJAX POSTs used to take two packets - headers get sent in first and then once the server ACKs the client sends the body of the request.

Yahoo discovered and documented it several years back

Parent comment

Aidiakapi

There's not really a difference between GET and POST requests, except how the server handles them.