Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Filtering fiddler to only capture requests for a certain domain

I'm not sure how to modify the CustomRules.js file to only show requests for a certain domain.

Does anyone know how to accomplish this?

like image 702
CVertex Avatar asked Apr 14 '09 06:04

CVertex


People also ask

Why is Fiddler not capturing traffic?

NET Framework are hardcoded not to send requests for Localhost through any proxies, and as a proxy, Fiddler Classic will not receive such traffic. This behavior was changed for Internet Explorer 9 in the Release Candidate build. IE9 RC allows Fiddler Classic to proxy traffic sent to localhost or 127.0.


1 Answers

This is easy to do. On the filters tab, click "show only if the filter contains, and then key in your domain.

enter image description here

like image 75
Terrence Avatar answered Sep 17 '22 19:09

Terrence