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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to