[FASTCGI] HTTP Post

Saikat Kanjilal sxk1969 at hotmail.com
Wed Oct 22 18:47:32 EDT 2008


I figured it out without cgicc :) using the examples actually in the fastcgi dev kit.
Thanks again for both of your help, much appreciated.

Date: Wed, 22 Oct 2008 17:32:23 -0500
From: jsprenkle at gmail.com
To: robs at saccoccio.org
Subject: Re: [FASTCGI] HTTP Post
CC: sxk1969 at hotmail.com; fastcgi-developers at mailman.fastcgi.com

Rob has said it all. The cgicc library is designed to do just that. As he's also said there are lots of examples available. The best example of a complete and working fastcgi program I've found is the NCBI toolkit, 

ftp://ftp.ncbi.nih.gov/toolbox/


On Wed, Oct 22, 2008 at 10:34 AM, Rob <robs at saccoccio.org> wrote:















Instead of parsing the query string, you'll
have to parse the POST data on the stdin stream.  This is standard CGI stuff. 
FastCGI doesn't make it any harder or any easier.  I'm sure you can
google piles of CGI examples that parse form data from stdin.

 


_________________________________________________________________
Store, manage and share up to 5GB with Windows Live SkyDrive.
http://skydrive.live.com/welcome.aspx?provision=1?ocid=TXT_TAGLM_WL_skydrive_102008
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.pins.net/mailman/private.cgi/fastcgi-developers/attachments/20081022/d59b689e/attachment.html>


More information about the FastCGI-developers mailing list