Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use fiddler only for some processes

Tags:

fiddler

I was wondering if I could use Fiddler2 on only some processes instead of all applications which use system proxy settings. I know there is a filter option in Fiddler2, but as far as I know, it only hides information and the traffic is captured anyway.

like image 454
Alireza Noori Avatar asked Jul 31 '12 05:07

Alireza Noori


2 Answers

Here is a video which shows you how to filter by processes in fiddler. Towards the end of the video, you can learn how to filter by browser or even the tab of a browser. https://www.youtube.com/watch?v=qZYl3a60-Uc

Steps (Fiddler 4.3x) -

  1. Fiddler > Filters Tab

  2. Use filters - check it!

  3. Client processes : Show only Traffic from - check it! > Choose your process (a browser or tab in browser) from the adjacent drop down menu.

  4. Actions button > Run filterset now - click it!

Done !

like image 117
MasterJoe Avatar answered Oct 26 '22 20:10

MasterJoe


There is a "Any Processes" button on fiddler toolbar. Drag the icon to a window to show traffic from only that process. Click the icon again to cancel the filter. This is the best and simplest way to filter by process.

Or, in File menu, don't check the "Capture Traffice" item. Then set proxy in your others applications which need to be captured by fiddler.

If you capture HTTPS, open the https config dialog(Fiddler Options >> HTTPS), you'll see a list box with these list items:

  • ...from all processes
  • ...from browsers only
  • ...from non-browsers only
  • ...from remote client only
like image 43
cuixiping Avatar answered Oct 26 '22 20:10

cuixiping