Filter with Fiddler
Mar 9, 2021
The concern is documenting how to filter requests to a particular host/URL from fiddler.
1. Assume
- fiddler classic is set up and running
- note: there’s a new fiddler everywhere
- Download Fiddler Classic
2. Instructions
- capture all traffic w/
F12
- make an exemplary request from the app you want to filter
- pause with
F12
- inspect a sample request (the one you want to filter) with
SHIFT+ENTER
- select host → press
CTRL+SHIFT+C
to copy value only - activate filter
- activate Show only if URL contains
- pass $hostNamedCopiedAbove
- clean the traffix with
CTRL+X
- start capturing with
F12
→ traffic is filtered
Originally published at https://github.com.