* Matt S Trout <[EMAIL PROTECTED]> [2007-05-18 14:30]:
> I prefer to have my code wired up fairly explicitly for GET vs.
> POST but that's more an obsession with the HTTP and URI
> standards than any practical concern.

The Rails crew learned the painful way that there can be very
practical concerns indeed when you get these wrong… :-)

(For those who don’t know: using POST where GET would be
appropriate just costs you cacheability and thus scalability;
using GET where POST would be appropriate can cost your users
their data.)

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to