Issue 5007: Headers from POST request body are not displayed anymore
Steps to reproduce
- Open Firebug
- Enable and switch to the Net panel
-
Click the Send button above
The Net panel will display a POST request to issue5007.html
- Expand that request by clicking on it
- Inside the Headers tab have a look for the
Content-Type
and Content-Length
header
Expected result
- The
Content-Type
and Content-Length
header must be displayed inside the Headers tab