XML.com: XML From the Inside Out

XML.comWebServices.XML.comO'Reilly Networkoreilly.com
  Articles | Weblogs | Newsletter | Safari Bookshelf
advertisement

Article:
 How to Create a REST Protocol
Subject: DELETE and PUT
Date: 2005-05-11 09:27:42
From: dbacher987

The issue with using delete and put is that some user agents (notably Safari and some versions of Opera) don't support them from scripting, which means your service becomes inaccessible to users of those agents.


You need to provide an alternate mechanism (using POST) of performing delete and put operations. Note: by alternate, I mean implement both, and have the post link invoke delete itself.


You can yell about standards until you're blue in the face, etc. but if end users can't run your program, the standard doesn't matter.


Previous Message Previous Message   Next Message Next Message

Sponsored By:


Contact Us | Our Mission | Privacy Policy | Advertise With Us | | Submissions Guidelines
Copyright © 2008 O'Reilly Media, Inc. | (707) 827-7000 / (800) 998-9938