[Prev][Next][Index][Thread]
Re: can w3c get output of CGI-BIN with POST ?
-
To: tristan@creative.net (Tristan RAMBO Savatier)
-
Subject: Re: can w3c get output of CGI-BIN with POST ?
-
From: framba@hscape.com (Marco Framba)
-
Date: Mon, 15 Apr 1996 09:13:09 -0700 (PDT)
-
Cc: www-lib@w3.org
-
E-Mail: framba@hscape.com
-
From framba@hscape.com Mon Apr 15 12: 14:54 1996
-
In-Reply-To: <3171FF40.496F62AA@creative.net> from "Tristan RAMBO Savatier" at Apr 15, 96 00:48:17 am
-
Message-Id: <199604151613.JAA04743@puccini.hscape.com>
-
Organization: HealthScape
-
Phone: (415) 614-2209 - Fax: (415) 614-0200
-
X-Mailer: ELM [version 2.4 PL23]
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
References: