Re: preserving request body across redirects

2008-12-28 Thread Mark Hedges
On Sat, 27 Dec 2008, Mark Hedges wrote: > Hi, I'm trying to figure out how to preserve the request > body across an OpenID login redirect cycle. > ... > But when they come back from the OpenID server, how do I put > the saved request body or post params into the new request? Aha, I didn't quite

Re: preserving request body across redirects

2008-12-28 Thread Fred Moyer
On Sun, Dec 28, 2008 at 12:08 AM, Mark Hedges wrote: > > On Sat, 27 Dec 2008, Mark Hedges wrote: >> Hi, I'm trying to figure out how to preserve the request >> body across an OpenID login redirect cycle. >> ... >> But when they come back from the OpenID server, how do I put >> the saved request bo

Re: preserving request body across redirects

2008-12-28 Thread André Warnier
Fred Moyer wrote: On Sun, Dec 28, 2008 at 12:08 AM, Mark Hedges wrote: On Sat, 27 Dec 2008, Mark Hedges wrote: Hi, I'm trying to figure out how to preserve the request body across an OpenID login redirect cycle. ... But when they come back from the OpenID server, how do I put the saved request

Re: preserving request body across redirects

2008-12-28 Thread Mark Hedges
On Sun, 28 Dec 2008, André Warnier wrote: > > > > But when they come back from the OpenID server, how > > > > do I put the saved request body or post params into > > > > the new request? > > > In Apache2::AuthCookie, the author uses a trick : convert > your POST to a GET see the sub convert_to_ge