[En-Nut-Discussion] SSI and POST data
Przemyslaw Rudy
prudy at audiotech.pl
Fri Feb 23 20:10:43 CET 2007
Sorry, I was looking for QUERY_STRING.
The thing was to do the call like this:
my.shtml?param0=value0
where my.shtml contains:
<!--#exec cgi="/cgi-bin/test.cgi?QUERY_STRING" -->
that would expand to:
<!--#exec cgi="/cgi-bin/test.cgi?param0=value0" -->
But anyway, it does not seem to be supported.
Looking inside the sources I presume it should be implemented in
NutSsiProcessVirtual() where every QUERY_STRING to be expanded to
orig_req->req_query.
Am I right?
Thanks.
Przemyslaw Rudy napisał(a):
> Hi,
>
> Is there a possibility to pass on the formula parameters down to the
> SSI/ASP, are the CONTENT_TYPE/CONTENT_LENGTH variables supported?
>
> If not can you recommend something to avoid the whole page generation
> with CGI?
>
> Reagrds
> Przemek
>
>
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the En-Nut-Discussion
mailing list