[Zope] redirect to a https server sending post parameters
Andreas Jung
lists at andreas-jung.com
Mon Jan 17 00:11:15 EST 2005
--On Sonntag, 16. Januar 2005 19:04 Uhr +0100 Tvicens
<toni_vicens at terra.es> wrote:
> The problem is I need to do a redirect insted of returning the bank's page
> as if I was serving it.
Your problem description is somewhat weird. Redirection means that you use
RESPONSE.redirect()
which will generate a HTTP Location: header. So what do you need? A
redirection or resubmission
of the data to some other URL?
-aj
More information about the Zope
mailing list