Cherrypy - prevent browser "prefetch"?

Gregory Ewing greg.ewing at canterbury.ac.nz
Wed Dec 3 01:17:29 EST 2014


Israel Brewster wrote:
> Primary because they aren’t forms, they are links. And links are, by
> definition, GET’s. That said, as I mentioned in earlier replies, if using a
> form for a simple link is the Right Way to do things like this, then I can
> change it.

I'd look at it another way and say that an action with side
effects shouldn't appear as a simple link to the user. Links
are for requesting information; buttons are for triggering
actions.

-- 
Greg



More information about the Python-list mailing list