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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -