Fiddler - The Web Developer's BFF

I just found a really cool tool called Fiddler.

When I say I found it, what I mean is I read about it in a post on Kirk Evan's blog. He was talking about Creating Restful Services Using WCF

If you aren't doing web development, then just move along, there's nothing to see here.

If you ARE doing web development then you really need to see this.

When you run Fiddler on your system it sits as a proxy between your web browser and whatever web server you are connecting to. In simplest terms it lets you dig into the request and response objects to see what makes them tick. The cool part is that it goes far beyond that. It lets you change those objects on the fly to see what happens. It also lets you set break points in the process. The Fiddler website has a video that demonstrates setting a breakpoint on any CSS files that are downloaded. You ask for the webpage and it freezes at the point of pulling down the CSS file. You can inspect or modify the CSS file and then let it go on to the browser for rendering complete with any changes you made!

That's pretty cool when you are stuck on a bug and need all the info you can get. "Fiddle" around with the values and see what breaks. Or starts working.

You can also extend Fiddler using .Net. I hope someone makes a cool framework that Fiddler can use and calls it "The Roof". Then like the Ruby language using the Rails Framework is called "Ruby On Rails", we could have "Fiddler On The Roof".

Posted on 4/15/2008 3:42:00 PM by jeffa

Permalink | Comments (1) | Post RSSRSS comment feed |

Categories: .Net

Tags: , , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Related posts

Comments

October 25. 2009 10:38

good post Thank for sharing

scratch and dent us

Comments are closed