I just finished writing a named-pipe client server for a project not web related.  I 
haven't written a binary CGI for a long time and simply confused by one thing:

The string submitted by a POST is given as argument 1 on the commandline of the 
program.  Is that right?
Given: a string that would look like this if it was GET,    
myCGIprogram.exe?myName=John+Doe

Using POST I get this commandline:

myCGIproject myName=John+Doe

Is that right?
Thanks in advance
RDB

Reply via email to