On Thu, 1 Jun 2000, Andrew H. Chatham wrote:

> You can of course change it all into GET data and just join them
> together using:
>    '%s=%s' % (url_quote_plus(name), url_quote_plus(data))
> and joinging with &, in which case you actually can do a redirect, but
> presumably someone made it POST for a reason, so I'm not going to mess
> with it. It's an inelegant solution and might not work for everything,
> but it's all I have for now!

And another item from 'Sticky Tape & String Crackpot Solutions R Us':

    Write an external method that calls Pythons urllib or httplib methods to 
    suck in the desired URL and return it. You may be able to use
    this as a replacement to redirect.
    
-- 
Stuart Bishop                          Work: [EMAIL PROTECTED]
Senior Systems Alchemist               Play: [EMAIL PROTECTED]
Computer Science, RMIT University


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to