Re: Preserving POST data on external redirect?

2002-06-24 Thread Peter Bi
- From: "Kirk Bowe" <[EMAIL PROTECTED]> To: "Ken Y. Clark" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 8:50 AM Subject: Re: Preserving POST data on external redirect? > > Hi, yes that's one of the pages that I've bee

Re: Preserving POST data on external redirect?

2002-06-24 Thread Nikolaus Rath
Ken Y. Clark <[EMAIL PROTECTED]> wrote: > On Mon, 24 Jun 2002, Kirk Bowe wrote: >> Hi all, my content handler does some work with POSTed data, and at >> the end wants to redirect to a totally unrelated server, preserving >> the POST data that the client originally sent, so that the >> unrelated se

Re: Preserving POST data on external redirect?

2002-06-24 Thread Merlin, The Mage
Bowe wrote: : > > Date: Mon, 24 Jun 2002 16:22:42 +0100 (BST) : > > From: Kirk Bowe <[EMAIL PROTECTED]> : > > To: [EMAIL PROTECTED] : > > Subject: Preserving POST data on external redirect? : > > : > > : > > : > > Hi all, my content handler doe

Re: Preserving POST data on external redirect?

2002-06-24 Thread Robert Landrum
03:50PM -0400, Ken Y. Clark wrote: > On Mon, 24 Jun 2002, Kirk Bowe wrote: > > > Date: Mon, 24 Jun 2002 16:22:42 +0100 (BST) > > From: Kirk Bowe <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: Preserving POST data on external redirect? > > > >

Re: Preserving POST data on external redirect?

2002-06-24 Thread Kirk Bowe
ate: Mon, 24 Jun 2002 16:22:42 +0100 (BST) > > From: Kirk Bowe <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: Preserving POST data on external redirect? > > > > > > > > Hi all, my content handler does some work with POSTed data, and at the

Re: Preserving POST data on external redirect?

2002-06-24 Thread Ken Y. Clark
On Mon, 24 Jun 2002, Kirk Bowe wrote: > Date: Mon, 24 Jun 2002 16:22:42 +0100 (BST) > From: Kirk Bowe <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Preserving POST data on external redirect? > > > > Hi all, my content handler does some work with POSTed dat

Preserving POST data on external redirect?

2002-06-24 Thread Kirk Bowe
Hi all, my content handler does some work with POSTed data, and at the end wants to redirect to a totally unrelated server, preserving the POST data that the client originally sent, so that the unrelated server can do its own further processing with its own mod_perl, cgi, or whatever. I c