php - How to cancel ajax request that has run (on server side) -
I was wondering if there is an easy way to cancel an AJAX request?
'Cancel' on XMLHTTPRequest on the client, is it a way to stop the server process easily? The server is using Apache.
Thank you
Not sure any easy way.
I can think of some complex methods, but they will be incredible.
You may be able to change reversing the requests you just requested (I'm assuming the reason for this is to stop it.)
Comments
Post a Comment