Top "Request-cancelling" questions

Stopping or safely ignoring a request, usually an HTTP transaction between a client and a server.

jQuery - Cancel form submit (using "return false"?)?

I'm running into a bit of trouble while trying to cancel the submit of a form. I've been following this …

jquery request-cancelling
What is the Correct HTTP Status Code for a Cancelled Request

When a TCP connection gets cancelled by the client while making a HTTP request, I'd like to stop doing any …

http http-status-codes cancellation request-cancelling
Handling cancelled request with Express/Node.js and Angular

When a pending HTTP request is cancelled by a client/browser it seems that Node with Express continues to process …

javascript angularjs node.js express request-cancelling
How to cancel ajax request that has run (on server side)

I was wondering if there's a simple way to cancel an AJAX request? Beyond just calling an 'abort' on the …

php ajax request-cancelling
Can a http server detect that a client has cancelled their request?

My web app must process and serve a lot of data to display certain pages. Sometimes, the user closes or …

http request-cancelling
how to cancel http request using javascript

i have a page on which there an event handler attached to an onclick event. when the event fires it …

javascript events firefox dom request-cancelling