Open Bug 1206061 Opened 9 years ago Updated 2 years ago

Display message in Params and Response tabs in case request and response body logging is turned off

Categories

(DevTools :: Netmonitor, defect, P3)

defect

Tracking

(firefox43 affected)

Tracking Status
firefox43 --- affected

People

(Reporter: sebo, Unassigned)

References

(Blocks 1 open bug)

Details

When 'Log Request and Response Bodies' is unchecked, the Params tab says 'No parameters for this request' and the Response tab stays completely empty.

This is confusing for people, because the info in the Params tab is wrong. And providing no info in the Response tab may lead people to think there was no response.

So both tabs should show a message like this:

Request/Response body logging is turned off. You may [ Turn it on ] now.

Where "Turn it on" is a button allowing the user to enable the logging.

Sebastian
See Also: → 859311
Need to clarify the steps:

1. Open the toolbox at the Console panel (Ctrl+Shift+K)
2. Make sure 'Log Request and Response Bodies' is turned off
3. Reload the page
4. Switch to the Network panel
   => All sizes are shown as 0 KB!
5. Click on a request
6. Click on 'Params' / 'Response'

Sebastian
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.