IMHO, : is permitted in the URL and need not be escaped. However, '/' definitely needs to be escaped.
-- Happy Hacking, Gaurav Vaish www.mastergaurav.com On Nov 13, 4:33 am, djidjadji <[email protected]> wrote: > I don't think that '/' and ':' are allowed characters in a GET parameter. > You should try urllib.urlencode and see what it constructs and which > chars are excaped with the given set of parameters. > If this is an illegal GET request parameter list you might expect the > parser to bail out and repost: NO parameter. > > api_url is not properly escaped, api_result has the chars '/:' escaped. > > Maybe pars the request string yourself. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
