Skitched Up ZFS, can you index file info?
Jan 16

In 2007 can we get richer HTTP support?

Tech Add comments

Don Box has written about GData and INVOKE and how HTTP headers are used to get across the meaning of DELETE, PUT, etc.

This isn’t the only way it can work, but in fact is a degradation if a firewall is blocking DELETE and friends.

Rails is getting simply restful, and is doing its own pragmatic hacks to get across various methods on clicks.

Maybe 2007 is time for browsers to support all of the HTTP methods in a nice way. Maybe we can have a standard way to <a href=”….” method=”delete”>>nuke it</a>

3 Responses to “In 2007 can we get richer HTTP support?”

  1. Dan Kubb Says:

    I read somewhere that HTML 5 is going to support DELETE and PUT. I wouldn’t expect any browsers to support DELETE or PUT via HTML 4.x, since that would be outside the spec.

    One approach that I would bet will catch on is for people to use javascript to scan the HTML and look for things (like Rails’ hidden input field called _method) and dynamically add onsubmit event handlers to the form. When the form is submitted, the event can fire and submit a real PUT or DELETE request via AJAX.

  2. Tiago Silveira Says:

    Here’s one interesting topic. Can a FORM element support PUT? Is an anchor the correct element to execute a DELETE function? Maybe these two methods aren’t really useful to model user interactions.

    Of course, doing it with Ajax is another story: we have access to HTTP header fields and can handle several special status codes (such as 409/Conflict) in meaningful ways.

  3. Dan Kubb Says:

    Tiago, I don’t think an achor is the correct element to execute a DELETE function. The anchor has traditionally been associated with GET requests, which are supposed to be safe. If we suddenly change this we’ll have users clicking on what they think are hyperlinks and accidentally deleting things.

Leave a Reply

Spam is a pain, I am sorry to have to do this to you, but can you answer the question below?

Q: Type in the word 'cricket'