[Zope] Form POST Question (and a QUERY_STRING Q.)

Stuart 'Zen' Bishop zen@cs.rmit.edu.au
Sat, 3 Jun 2000 09:40:49 +1000 (EST)


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: zen@cs.rmit.edu.au
Senior Systems Alchemist               Play: zen@shangri-la.dropbear.id.au
Computer Science, RMIT University