Which browsers don't support a HTTP DELETE with jQuery.ajax? [duplicate] Which browsers don't support a HTTP DELETE with jQuery.ajax? [duplicate] ajax ajax

Which browsers don't support a HTTP DELETE with jQuery.ajax? [duplicate]


The short answer is:

All recent browsers (and even old ones) support HTTP DELETE.

It's not clear why there is this note in the jQuery documentation, unless they are referring to very old browsers like Netscape 1 or IE 2.

For information, I've tried an ajax DELETE request in IE6 and even with this browser it works. If it works with IE6, it's safe to assume it works with any other browser.


Chrome. I'm using both PUT and DELETE in my project, in Firefox and Safari everything works fine, but Chrome executes error callback.