In particular, the convention has been established that the GET and HEAD methods SHOULD NOT have the significance of taking an action other than retrieval. These methods ought to be considered "safe". [...] The important distinction here is that the user did not request the side-effects, so therefore cannot be held accountable for them.All actions should use POST.
the GET and HEAD methods SHOULD NOT have the significance of taking an action other than retrievalThe "action" referred to in the second sentence is retrieval. Anything else is a side-effect.
4. SHOULD NOT This phrase, or the phrase "NOT RECOMMENDED" mean that there may exist valid reasons in particular circumstances when the particular behavior is acceptable or even useful, but the full implications should be understood and the case carefully weighed before implementing any behavior described with this label.plus it is specifically described as a "convention"... so it doesn't look like that much like a requirement to me...
« Older Engineering the perfect night's sleep.... | Ukraine is divided on the issu... Newer »
This thread has been archived and is closed to new comments
posted by fourcheesemac at 8:40 PM on March 28, 2006