Filter Requests on Chrome DevTools

How to filter multiple requests on Chrome DevTools

Nil Seri
Jan 29, 2021
Photo by Victoria on Unsplash

https://developers.google.com/web/tools/chrome-devtools/network/reference#filter is surely very helpful. I had just wanted to filter multiple different api requests to test if any of the specific api calls are being called multiple times so I did not want them to get lost in between.

What you can do is so simple; just add the requests you do not want to appear on the list with a minus sign at the beginning (I did not want /profile and /all api requests):

-method: -profile -method: -all

Before:

After:

Happy Coding!

--

--

Nil Seri
Nil Seri

Written by Nil Seri

I would love to change the world, but they won’t give me the source code | coding πŸ‘©πŸ»β€πŸ’» | coffee β˜•οΈ | jazz 🎷 | anime 🐲 | books πŸ“š | drawing 🎨

No responses yet