Issue #550
This test-case is intended for Issue #550
- Net Panel should show the POST response but it shows the GET response.
Jan Odvarko, odvarko@gmail.com
- Make sure the Console->Options->ShowXMLHttpRequests option is off.
- Use buttons below to initiate a request (it will generate XMLHttpRequests).
- Open Firebug and check Response tab in the Net panel. The response content should properly identify
the request method.
Additional test: in case of the POST method, the Post tab should display Post body content text.