[Zope] assign REQUEST object to redirect?

Andreas Jung lists at zopyx.com
Sat Sep 9 06:56:51 EDT 2006



--On 9. September 2006 03:20:55 -0700 Ferhat Ayaz <ferhatayaz at yahoo.com> 
wrote:

> Thanks for your replay.
> I know the redirect (301) mechanism. I'm searching for
> an easy way "to get the information as form post" to
> the redirected url. Without appending it as a query
> string.

A redirection can never be a POST request. If you need to pass parameter 
then do this only through the URL. If you don't want that, store your data
in the SESSION.


> How can I say in an easy way "redirect to this url an
> use this form (container.REQUEST.form) as posting to
> the the url?

Why is POST a requirement. Zope basically does not make a difference
between GET and POST.


-aj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20060909/74b7b632/attachment.bin


More information about the Zope mailing list