Help us make DevTools Tips better! Fill out this survey to tell us more about your DevTools habits and frustrations.
Filter requests in the Network panel by status code, mime type and more
The Network panel lets you filter requests by status code, or mime type, and more.
- Click in the filter input field in the toolbar.
- Start typing
status-code
, you should see an autocomplete popup letting you know of the possible accepted values. Usestatus-code:404
to find all requests that ended up in a 404 error. - Other possible filters include
mime-type
,domain
,larger-than
,method
, and more. - You can also negate the search by putting a
-
in front (e.g.-status-code:404
).