Mail Archives: cygwin/1998/06/16/10:10:26
-----Original Message-----
From: yang su <yangsu AT cs DOT iastate DOT edu>
To: gnu-win32 AT cygnus DOT com <gnu-win32 AT cygnus DOT com>
Date: Monday 15, June, 1998 21:39
Subject: getenv("REQUEST_METHOD") returns NULL in a cgi environment
>
>I am using ecgs for mingw32, so I compile my test.c like this:
>gcc test.c -o test.cgi
>then I invoke this cgi through http://some-path-to-test.cgi,
>however, I get the NULL value of getenv("REQUEST_METHOD") which
>I expect to be either POST or GET, can it be NULL in this context?
>what might be a solution for this?
Get a webserver that understands CGI and be sure to put this executeable
file into the the CGI-BIN directory, and be sure that when the form that
calls the CGI file is submitted, it has either POST or GET set.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -