devtools icon indicating copy to clipboard operation
devtools copied to clipboard

HTTP 404 or HTTP 500 requests do not have a Request tab in the network inspector

Open navaronbracke opened this issue 9 months ago • 0 comments

When the Network tab displays the details for a HTTP call that returned an error response (i.e. HTTP 500 or HTTP 404), the Request tab is not visible, so I cannot inspect the payload of the request that I sent.

Example:

HTTP 200 request, Request tab is visible.

Image

HTTP 500 request, no Request tab is visible.

Image

I found https://github.com/flutter/devtools/issues/6955 but that is for copying the response, not the actual request that was sent.

I propose that we also enable the Request tab for requests with a HTTP 4xx or 5xx status code.

navaronbracke avatar Apr 10 '25 14:04 navaronbracke