Yes, using httplib2 you don't redirect, but is usefull to call a method (such as PUT DELETE POST GET) and obtain the response object, that sometimes is the trouble.
On 29 Gen, 08:03, Aaron Swartz <[email protected]> wrote: > I can't see how that would help. redirecting to a post just isn't possible > with http > > On Jan 29, 2009 1:54 AM, "leone" <[email protected]> wrote: > > ....or you ca use httplib2.py library. > > On 29 Gen, 05:56, "[email protected]" <[email protected]> wrote: > > > i want to do something like this: > > web.redirect(' > > http://www.paypal.com/xxxx') > but this will b... > > > On Wed, Jan 28, 2009 at 8:40 PM, Brent Pedersen <[email protected]> > > wrote: > > > GET and POST are... > > > > On Wed, Jan 28, 2009 at 8:00 PM, [email protected] <[email protected]> > > > wrote: > > > is it possible to redirect a URL as a POST method instead > > of GET? > > > > thanks a ... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
