Hi all: I'm trying to expose a function for incoming HTTP POST with a XML message in the body. I use "request.body.read()" to read the XML (as I read in http://www.web2py.com/AlterEgo/default/show/197. When I test the code with curl everything works, but when I test it in a production environment it seems like there is no body or this comes empty.
I've read in somewhere that wsgi could not fill the "body" but I don't remember when, maybe when there are codification issues... I'm not sure. Is there any way to check the content of the HTTP message in order to see if there is a body or not? Any other clue or thing to debug this? Thanks in advance, Jes -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

