Possible Duplicates:
REST development plugin for browser with all HTTP methods
Are the PUT, DELETE, HEAD, etc methods available in most web browsers?
How does one tell a web browser to send a PUT or DELETE request? I know I can tell it to send a POST or GET request by changing the form method property. It seems that this feature wouldn't be hard to implement.
I just read the famous article "How I explained REST to my wife" http://tomayko.com/writings/rest-to-my-wife. Needless to say, I had a suspicion before and I am now convinced that RESTful is the best way to design a web application.
Are browsers really not implementing PUT and DELETE? If so, why? What are the design considerations that go into this? Furthermore, are there plans in the future for these features to be integrated into browsers and other web standards?
Are major browsers already implementing the full set of HTTP features? And if they are, how do I ask them to use those features?