- From: Marco Framba <framba@hscape.com>
- Date: Mon, 15 Apr 1996 09:13:09 -0700 (PDT)
- To: tristan@creative.net (Tristan RAMBO Savatier)
- Cc: www-lib@w3.org
You do not get back the output of the CGI-BIN because in the w3c code after you send the parameters to the CGI-BIN the terminate_handler get called and the Cleanup() function exit the program. Try to comment out this line : Cleanup(cl, status == HT_LOADED ? 0 : -1); in the function terminate_handler(). Marco. > > Does anyone know if it is possible with w3c (the command-line http client) > to send parameters to a CGI-BIN with post AND to recover the output of the CGI-BIN ? > > When I use w3c -dest <host> -post <file>, I don't get the output of the cgi-bin. > Is there a way to get it with w3c ? > > Thanks! > > -- > Regards, > > -- Tristan Savatier (email:tristan@creative.net - http://www.bok.net/~tristan) > "My karma ran over my dogma" > -- Marco Framba framba@hscape.com
Received on Monday, 15 April 1996 12:14:54 UTC