On Sun, Nov 2, 2008 at 5:15 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Sat, Nov 1, 2008 at 4:28 PM, Aaron Swartz <[EMAIL PROTECTED]> wrote: >> >> > next = web.ctx.path + '?' + urllib.urlencode(web.input()) >> >> Why are you doing this? This is what web.ctx.fullpath is for. > > what about the data comes in POST and that is not urlencoded?
why do you want to create a query string using POST data? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
