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
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
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
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