On Fri, Aug 29, 2008 at 6:35 PM, Ashley Pond V <[EMAIL PROTECTED]> wrote: > How could you read the POST body without clobbering it to hand off to some > PHP, or whatever is next in line?
I don't think you can. Usually people use something like libapreq to get around this, since it can just keep the parsed data and let you use it across multiple phases, but that only works when everyone is calling libapreq for their data. - Perrin