[EMAIL PROTECTED] wrote: > Is there a way to have cherrypy.HTTPRedirect using a post-like > behaviour? (with request parameters hidden).
Not consistently. According to the HTTP spec, you should be able to use cherrypy.HTTPRedirect(urls, 307) or 301 for this, but browser support for either of these is limited. See http://ppewww.ph.gla.ac.uk/~flavell/www/post-redirect.html for a detailed discussion of the pitfalls. Robert Brewer System Architect Amor Ministries [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

