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

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 data, and at the end wants to redirect

Re: Preserving POST data on external redirect?

2002-06-24 Thread Kirk Bowe
+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 end wants to redirect to a totally unrelated server, preserving the POST data

Re: Preserving POST data on external redirect?

2002-06-24 Thread Robert Landrum
. 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? Hi all, my content handler does some work with POSTed data, and at the end

Re: Preserving POST data on external redirect?

2002-06-24 Thread Merlin, The Mage
: 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 : end : wants to redirect to a totally unrelated

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

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 been looking at, and the code is almost identical (I've tried M_GET