How to get Fiddler to listen to a website on port 81?

Can Fiddler Capture Website Traffic on Port 81 Using IIS7

+7
iis-7 website fiddler
source share
2 answers

Sure - Fiddler will capture all traffic through WinINET. You can also capture local traffic if instead of http://localhost:NNN you use http://ipv4.fiddler:NNN as your server (where: NNN is the port you are connecting to).

I do not believe (or at least did not find a way) that Fiddler only fixes a specific port for a specific host (for example, capturing only port 81 on a local host instead of capturing all ports on a local host).

NTN!

+12
source share

If your site is running on your local computer (127.0.0.1), look at

Fiddler Network Configurations <

local traffic monitoring

+2
source share

All Articles