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

  1. Make sure the Console->Options->ShowXMLHttpRequests option is off.
  2. Use the button below to initiate a POST request.
  3. Open Firebug and expand the POST entry in Net panel.
  4. The test succeeds if content of the Post and Response tabs display following data (the text formatting can be different).
  5. The content of the Post tab should be:
  6. 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); ?>