[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] POST not allowed?
- Subject: [cobalt-users] POST not allowed?
- From: "Casselman, Chad" <ccasselman@xxxxxxxxxxxxxxx>
- Date: Mon Dec 3 12:38:08 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I am trying to install a cgi script on a RAQ4i and it is acting extremely
weird. The script I am installing has been tested and proven to work
effortlessly on 100s of server (including my personal RAQ2 and another
RAQ4r) however, this raq refuses to run it. This is the form call:
<FORM METHOD="POST" ACTION="http://domain.com/test.pl?Action=create">
I have a PARSE FORM routine that get the
$ENV{'CONTENT_LENGTH'} which is says is ""
$ENV{'REQUEST_METHOD'} which is says is "GET"
Because of this this line is useless
read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
No matter what I change it always says request_method is GET!
Has anyone every ran into this or knows how to fix it?
Any help would be appreciated?
chad