Hey AppEngine, I've got a custom client making POST requests that's getting back 500 errors. I do see it in the logs if I filter down to "Requests only" mode, but nothing shows up for the debug/info/warning/error logs. No tracebacks, nothing.
I suspect somehow I've malformed the post request, but I can't for the life of me figure how. Here's a wireshark trace for you: REQUEST----------------------------- POST /api/moresvc HTTP/1.1 Accept-Encoding: identity Content-Length: 137 Host: pipem0ther.appspot.com Content-Type: application/x-www-form-urlencoded shortname=staples&protocol=darkdc&description=Staples%3B+the+most +excellent+library+anywhere %21&identity=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa RESPONSE-------------------------------------- HTTP/1.1 500 Internal Server Error Date: Thu, 06 Aug 2009 16:22:26 GMT Content-Type: text/html Server: Google Frontend Content-Length: 0 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
