[dancer-users] Redirect to another POST page?

Yanick Champoux yanick at babyl.dyndns.org
Thu Jan 8 21:45:40 GMT 2015


On 2015-01-08 02:48 PM, Jeff Boes wrote:
> Ugly. I just want to end up on "/checkout", with my parameters hidden away. Is there any hope?

I'm afraid not:
http://programmers.stackexchange.com/questions/99894/why-doesnt-http-have-post-redirect

Mind you, if you are determined, you could store the information in the
session associated with the user, redirect to '/checkout', and there
retrieve the information from the session and fudge the parameters with
it...

HTH,
`/anick


More information about the dancer-users mailing list