Hi, I just try to use web.py for a simple RESTful application. For creating items I use a POST request where I send the data to create just as a simple string. That means the body of the request contains sth like "<data><key>value</key></data>" (in reality it's much more complex). I have to use this XML format so there is no way to choose.
However, web.input() doesn't seem to get this input managed. If the request's body is not encoded as application/x-www-form-urlencoded with data given as "key=value" I don't get any data at all. So I'd like to ask you guys if there is any chance to get the raw POST body with web.py? Thanks, Hilmar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
