[Catalyst] GET vs POST (was: Dispatching question)
Johan Lindstrom
johanl at DarSerMan.com
Mon Nov 14 14:28:41 CET 2005
At 14:09 2005-11-14, Bill Moseley wrote:
>Then in your templates use the new uri_for method:
>
> <a href="[% c.uri_for('edit') %]">Edit this item</a>
> <a href="[% c.uri_for('delete') %]">Delete this item</a>
Excellent to have a helper function for this! Me like mucho.
But isn't this (using GET requests for destructive actions) the same issue
that the Rails guys encountered with the Google Web Accelerator and the
shit storm that ended up with?
For example:
http://www.loudthinking.com/arc/000454.html
http://www.loudthinking.com/arc/000455.html
http://www.loudthinking.com/arc/000529.html
http://www.loudthinking.com/arc/000530.html
Anything we can learn from that? Or is it a solved problem in Cat already?
/J
-------- ------ ---- --- -- -- -- - - - - -
Johan Lindström Sourcerer @ Boss Casinos johanl AT DarSerMan.com
Latest bookmark: "TCP Connection Passing"
http://tcpcp.sourceforge.net/
dmoz: /Computers/Programming/Languages/JavaScript/ 12
More information about the Catalyst
mailing list