This test-case is intended for Issue #834
- Not displayed POST variables in NET tab.
Jan Odvarko, odvarko@gmail.com
Click the POST button. This action will generate POST request to the server.
Activate the Net panel. Open the appropriate entry and check POST tab. There should
be following parameters: param1: value1 and param2: value2 displayed.
Activate the Net panel. Open the appropriate entry and check POST tab.
The same parameters should be displayed.
Just to notice that the request header Content-Type is set to
application/x-www-form-urlencoded in this test-case.