[En-Nut-Discussion] SSI and POST data
Przemyslaw Rudy
prudy at audiotech.pl
Fri Feb 23 23:19:22 CET 2007
I have uploaded code modification for this feature:
http://sourceforge.net/tracker/index.php?func=detail&aid=1667498&group_id=34079&atid=410690
Regards
Przemek
Przemyslaw Rudy napisał(a):
> 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