Handing over the POST input to a virtual included part?

Handing over the POST input to a virtual included part?

am 14.04.2008 16:51:07 von torsten.foertsch

Hi,

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



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.)

Thanks,
Torsten

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Handing over the POST input to a virtual included part?

am 14.04.2008 21:25:23 von Frank Maas

> 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
>
>
>
> 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