Issue #1242
This test-case is intended for Issue #1242
- Reason for Post data to be highlighted in bold is not obvious.
Jan Odvarko, odvarko@gmail.com
- Open Firebug and enable the Net panel.
- Click on the
Execute Test button below.
- A XHR POST request is generated with Content-Type set to
application/x-www-form-urlencoded. In real JSON data are posted.
- Open the new entry (Net panel) and check the Post tab.
Is it clear that wrong Content-Type has been used?