Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem getting POST info through stdin with CGI

Status
Not open for further replies.

greedyzebra

Technical User
Joined
Sep 5, 2001
Messages
140
Location
US
Why can I not receive POSTed form results via stdin? The program just hangs. I've posted this to the CGI and C++ (the language being used) forums and the suggestion was that it was an IIS problem, which I'm very inclined to believe since code to simply accept from stdin and echo it back is very simple.

One suggestion was the permissions on the folder containing the .exe, but the current config on that is that "Everyone" has "Full Control."

I am able to receive results with the GET method using the env var QUERY_STRING, but need to use POST since I don't want usernames/passwords appearing in the URL.

Thanks in advance for any help/tips,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top