Running Fiddler on LocalHost
April 20, 2009 · Posted in Fiddler
Fiddler is an awesome tool for Web Debugging which logs all HTTP(S) traffic between your computer and the Internet. To run fiddler on your localhost you could simply place a “.” after the localhost e.g. http://localhost:4433/MySite/ => http://localhost.:4433/MySite/ Notice the “.” after localhost however sometimes this doesn’t work on vista so you could try either putting your computer name instead of localhost or the loop back IP e.g http://127.0.0.1.:4433/MySite The “.” is still there after the IP.
Hope you enjoy it, please share your thoughts
Short URL for this post: http://bit.ly/4pvphkComments
Leave a Reply
