I'm working on an app that will be called by an external system. The external system will send a post request to my server passing XML as raw data. My app needs to retrieve the raw post data. Searching the group I discovered that I can retrieve the raw post data using:
request.body.read() Before searching the group I searched through the source code, but I didn't find anything about request.body. I'm curious how does this work. Can someone point me in the right direction, or to a source file, so I can learn more. Also, is this the best, only option from retrieving the raw post data? On a related note, I have not made a posting to AlterEgo yet. Others might find the request.body.read() tip useful so I would like to make a posting. Are there rules about posting to AlterEgo? Can anyone post a new entry? I'm always hesitant posting to public areas list AlterEgo when I'm new to a community like this one. Thanks, -KIRBY --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---