GAE HTTP method support

Posted by areich on Stack Overflow See other posts from Stack Overflow or by areich
Published on 2010-03-31T14:18:10Z Indexed on 2010/03/31 16:13 UTC
Read the original article Hit count: 234

I get an "unrecognized HTTP method" when trying to do a REPORT request using httplib and gae. Is there a workaround available? An httplib patch for gae? Do you I have to find another host in order to do this natively?

According to the docs, only certain fetch actions are valid: GET, POST, HEAD, PUT, and DELETE: http://code.google.com/appengine/docs/python/urlfetch/ fetchfunction.html

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about python