php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2756 POST method not admitted
Submitted: 1999-11-18 16:45 UTC Modified: 2000-03-17 05:40 UTC
From: sergi at europroject dot es Assigned:
Status: Closed Package: Performance problem
PHP Version: 4.0 Beta 2 OS: Windows NT 4.0 (Service Pack 5)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sergi at europroject dot es
New email:
PHP Version: OS:

 

 [1999-11-18 16:45 UTC] sergi at europroject dot es
It seems that the POST method does not work very well (but the GET method works fine). The example is:

<html><head></head><body>
<form action="servidor.php3" method="post">
<input type="hidden" name="servidor" value="localhost">
<input type="hidden" name="port" value="3306">
<input type="hidden" name="usuari" value="root">
<input type="submit" value="enviar">
</form></body></html>

What Apache says:

"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you@your.address and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log."

The same situation (with POST method) works fine in version 3.0.11.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-17 05:40 UTC] andi at cvs dot php dot net
Please try http://www.php.net/~andi/php-4.0-Beta-March3rd.zip and open a new bug report if you still have this problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 10:01:31 2024 UTC