3
votes

One year ago it seemed that DELETE and PUT verbs weren't working on all browsers.

I wonder if it's safe to use them now in production?

1

1 Answers

6
votes

RESTful services have been using GET/POST/PUT/DELETE in production for at least 5 years. Any browser that supports XMLHttpRequest will support PUT/DELETE in addition to GET/POST by definition.