in reply to error 405 (post)
HTTP status 405 is "Method not allowed", so the web server doesn't think you should be able to send a POST request to that URI. I usually find that that is a permissions problem or the web server does not allow executables for that URI (e.g. it needs to be in a cgi-bin directory).
Maybe you want to start with my Perl CGI Troubleshooting Guide.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: error 405 (post)
by rbspro (Initiate) on Mar 17, 2005 at 20:52 UTC | |
by gellyfish (Monsignor) on Mar 18, 2005 at 09:31 UTC |