⬅︎ Back to Are WebSockets faster than AJAX? ...with latency in mind?
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
There's not really a difference between GET and POST requests, except how the server handles them.
Comment
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
There's not really a difference between GET and POST requests, except how the server handles them.