On Jan 29, 2008, at 10:51 AM, Mike Orr wrote:

> One problem I've come across is the lack of a delete confirmation
> form.  Ben says you can do it in Javascript before the DELETE
> executed, but I need something that degrades if users don't have
> Javascript.  It looks like " GET /messages/1/delete" would nicely fit
> into that scheme.


GETs should not have any side effects. So modifying/deleting a  
resource should be done via a POST.

--
Philip Jenvey



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to