Issue #999
This test-case is intended for Issue #999
- POST data not forwarded, seems to be consumed by firebug.
Jan Odvarko, odvarko@gmail.com
- Make sure the Console->Options->ShowXMLHttpRequests option is off.
- Use the button below to initiate a POST request.
- Open Firebug and expand the POST entry in Net panel.
- The test succeeds if content of the Post and Response tabs display following data (the text formatting can be different).
- The content of the Post tab should be:
- The content of the Response tab should be:
The Content-Type: application/x-www-form-urlencoded header is set for the request.
The Issue999.php file contains folowing code: <?php print_r($_POST); ?>