vote up 2 vote down star
1

Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet.

Do you happen to know about anything cool, yet pretty hidden in Fiddler (version 2)? Or a cool addon (that doesn't appear in the official site)?

flag
Fiddler has lots of interesting features, but not all of them are super well-documented. A related question would be: "What do you wish Fiddler could do that it can't... or that you can't figure out how to do?" – EricLaw -MSFT- Nov 2 at 2:54
@EricLaw: Created the related question at stackoverflow.com/questions/1769495/… – Piskvor Nov 20 at 11:45

1 Answer

vote up 1 vote down

You can use Fiddler with localhost, including Cassini (with port numbers), by replacing the word "localhost" in the URL with "ipv4.fiddler". For example, to view "http://localhost:8118/default.aspx" in Fiddler, you would use "http://ipv4.fiddler:8118/default.aspx"

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.