Is there a way to make an $.ajax POST request:
- without requiring a response
- so the server doesn’t even try to return anything
Are there some HTTP headers to accomplish this? The goal would be to track statistics with minimal server and client request processing.
The server should return a HTTP/204 No Content response. That’s as close as you can get.