Tip for using Fiddler on localhost

Source: Internet
Author: User

When I'm troubleshooting HTTP traffic, I reach for the invaluable fiddler trace utility. It shows me everything going on over HTTP.

However, when you run fiddler against a localhost URL you probably won't see any traffic, but you canEasilyFix this by simply adding a dot to the end of localhost in the address.

Intead of http: // localhost: 1234/MyApp /...,
Use http: // localhost.: 1234/MyApp/... (it's subtle, but notice the extra dot after localhost ).

This tip is widely known and incluented (there are other workarounds listed at that link), but I just wanted to highlight this simple fix, because I 've recently seen some who were not aware of it. it wocould beVery unfortunateFor someone to download and try fiddler only to immediately discount it as "junk" just because of this. it is an awesome tool, and it's not just for IE, it hooks wininet and is useful for watching other HTTP traffic like Web Service CILS.

 

Link: http://weblogs.asp.net/lorenh/archive/2008/01/10/tip-for-using-fiddler-on-localhost.aspx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.