I have been using Fiddler for past few days.Fiddler is a very useful development tool to understand the behaviour of the page by allowing you to inspect all HTTP traffic between your computer and the internet.That is,it will list you the files that are used to generate the page.It is nothing but a HTTP Debugging Proxy.
Download fiddler from here and install(Ensure that you have .Net Framework 1.1[atleast] installed).Open Fiddler(you can see it in the toolbar)
and Run the Page.It will log all HTTP traffic between your computer and the internet.The Request Builder Tab allows for custom Http request to be created and submitted.
How to use Fiddler with firefox?
Once you install fiddler in your system,some script files will be added.Those script files will be inside “My Documents”(\My Documents\Fiddler2\Scripts\).In that you will find BrowserPAC.js file.
Open Firefox.Goto
Tools —> Options —> Advanced —> Network Tab
Click “Settings”.Select the option “Automatic proxy configuration URL“.Then type the location of the “BrowserPAC.js” file. It should be like “C:/Docs&Setting/[system name]/My Documents/Fiddler/Scripts/BrowserPAC.js” Click “OK”.Now Fiddler can be used with Firefox also.
There are many other features but I have very less knowledge in that.I’ll update this blog once I get an idea of other features.











Recent Comments