Possible Duplicate:
Are the PUT, DELETE, HEAD, etc methods available in most web browsers?
The jQuery documentation for jQuery.ajax() says the following:
Note: Other HTTP request methods, such as PUT and DELETE, can also be used here, but they are not supported by all browsers.
jQuery itself says it supports IE 6.0+, FF 2+, Safari 3.0+, Opera 9.0+ and Chrome. So which (if any) of the above does not support an HTTP DELETE?
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With