> is it possible to hand over the POST input of a SSI document to a virtual
> included part of it?
>
> I have an SSI document that contains
>
> <!--#include virtual="/ptest/ptest.pl?$QUERY_STRING" -->
>
> This way I can pass parameters that are passed in the URI to the
> subrequest.
> But how can that be done if the request method is POST? (There is only one
> such part that wants to read the input.)

Isn't that information available via $r->main (perhaps the main request
should go through a handler that stores the data somewhere, ie. pnotes).

Kind regards,
Frank

Reply via email to