On 9/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> How do I do a post redirect?

User agents aren't allowed to automatically fetch a resource with any
method other than HEAD or GET, without user intervention (see RFC
2616).

What's the reason you need to "hide" the parameters?  Knowing this
might help come up with a solution.

For example, it seems as if you really want to raise a CherryPy
InternalRedirect, rather than forcing the browser to accept a 302/303,
retain some state, and take another action. If you do that, then you
can instantiate the exception with a "params" argument, and pass
whatever you need that way.
-- 
Tim Lesher <[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
-~----------~----~----~----~------~----~------~--~---

Reply via email to