On Wed, 16 Mar 2011, Marc Dirix wrote:
How does one go about reading raw POST data in RXML, for example like
$HTTP_RAW_POST_DATA in PHP?
Aren't they inside the request-header scope?
Nope. It's inside the form scope, but there is no way to grab it. When I
print out the form scope using <insert variables='full' scope='form' /> I
get binary data without any parameter name attached to it, then suddenly a
'test="test"' appears (because I provided it using a GET parameter) and
after that some binary data again. It doesn't make much sense.
/Rolf