Sorry, I hit Reply too fast.


Continuing on what I previously said, the URI can be the same. REST uris
are opaque, have no meaning other than being a location for a resource.
So if you had

/importantdocument/123

You can POST to, for example, /importantdocument/123/delete   or
/importantdocument/123?delete=1,  to create the "deletion resource",
then DELETE to /importantdocument/123


Vlad



On 01/29/2010 02:39 PM, Vladimir Dronnikov wrote:
> Hi!
>
> Wonder how people implement the subj?
>
> Suppose I've no javascript. What URL should bring me to a page for
> dangerous operation confirmation?
>
> TIA,
> --
> Vladimir
>
>   

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
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