It’s actually the same bookmarklet as the one I wrote about before, but this time it’s in the form of a link that makes it easier to add to your browser: fiddler-ify
-
Home > Fiddler
It’s actually the same bookmarklet as the one I wrote about before, but this time it’s in the form of a link that makes it easier to add to your browser: fiddler-ify
IE 7 and up are hard-coded to bypass the proxy when the host is “localhost”. When Fiddler is running, you can change localhost to “ipv4.fiddler” to trick your browser into talking to the Fiddler proxy as documented here. Since manually changing the host every time I want to test an ASP.NET or Silverlight application is [...]