Cherrypy - prevent browser "prefetch"?

Nobody nobody at nowhere.invalid
Tue Dec 2 16:05:19 EST 2014


On Mon, 01 Dec 2014 11:28:42 -0900, Israel Brewster wrote:

> I'm running to a problem, specifically from
> Safari on the Mac, where I start to type a URL, and Safari auto-fills the
> rest of a random URL matching what I started to type, and simultaneously
> sends a request for that URL to my server, occasionally causing unwanted
> effects.

A GET request should not cause *any* effects. That's what PUT/POST are
for.

GET is for retrieval, not modification.




More information about the Python-list mailing list