Search found 3 matches
Aprelium Forum Index
Author Message
  Topic: POST not working on CGI executable
n1ist

Replies: 7
Views: 20764

PostForum: FastCGI/CGI   Posted: Tue Aug 10, 2004 12:48 am   Subject: POST not working on CGI executable
Ugh. Sometimes it is the obvious that gets you. The system() call does an exec so it didn't inherit the updated environment. Using getenv() to get the REQUEST_METHOD shows that it is POST. Thanks. ...
  Topic: POST not working on CGI executable
n1ist

Replies: 7
Views: 20764

PostForum: FastCGI/CGI   Posted: Sun Aug 08, 2004 4:18 pm   Subject: POST not working on CGI executable
Here's the html:

<html><head><title>survey</title></head>
<body>
<form action="http://www.ardai.org/cgi-bin/barcsurvey.exe" method="POST">
<input typ ...
  Topic: POST not working on CGI executable
n1ist

Replies: 7
Views: 20764

PostForum: FastCGI/CGI   Posted: Sat Aug 07, 2004 1:35 am   Subject: POST not working on CGI executable
I am seeing the same thing here. The form definitely has method="POST",
yet adding a system("set"); in my cgi executable shows
REQUEST_METHOD=GET
CONTENT_LENGTH=0

Any ideas what to look for?
...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group