I downloaded fiddler4 built on .NET4
. When I run this application it shows me entire traffic that takes place in my browsers/apps. I tired the following 2 ways:
http://ipv4.fiddler:2133/
http://localhost.:2133/Default.aspx [Added .]
This opens my site, but site fiddler shows other traffic.
I tried to use filter tab in it. But the configuration it little complex for me.
Please share your suggestion about a better approach in configuring fiddler to listen only a particular site, sorry for this newbie type question, I also checked the answers of @ericlaw but couldn't get it.
If possible please direct me to some reference with screenshots will be great.
In the Filters tab, in the box under Show only the following hosts, replace what you've typed with just localhost, without the http://
prefix.