Fiddler for Firefox

Posted by: Steven Smith, on 17 Oct 2008 | View original | Bookmarked: 0 time(s)

In my tools talk at DevReach earlier this week I mentioned that I use Fiddler with IE and FireBug with Firefox to see HTTP traffic involved in loading and working with a given web page/site.  I said in the talk that Fiddler only works with IE, but that's not entirely true as Ivo Evtimov was kind enough to point out to me.  You can configure Firefox to work with Fiddler, but you have to do so manually each time you want to do it (whereas Fiddler just works with IE, and Firebug just works with FF).

In order to configure FF to work with Fiddler, you have to set it up as a proxy server.  You'll find this under FireFox's options, which in FF3 is under Tools -> Options -> Advanced -> Network.

image

Next go to Settings.

image

And configure it to use 127.0.0.1 and port 8888 by default.  You can check which port Fiddler is listening on by going to Fiddler's Tools -> Fiddler Options menu and looking at its Listen Port.  I have mine set to 8889 because I have other web sites using 8888.  Just be sure they match.

image

Once you have these set up, you can make requests in FireFox or IE and have all of the traffic captured within Fiddler.  However, when you shut down Fiddler you'll need to manually reset your proxy to No Proxy in FireFox.  Also note that if you're trying to test something on localhost, remove that from the No Proxy For list in FireFox's settings.

Thanks again to Ivo Evtimov for following up on this!

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: ASP.NET | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 665 | Hits: 4

Similar Posts

  • Content Rewriting through Cisco WebVPN more
  • Silverlight 2 cannot access web services cross domain in SSL more
  • ASP.NET 4.0 Preview 4 works fine in other browsers more
  • My Silverlight War Room more
  • Debugging a Remotely Hosted Silverlight App more
  • Update to SharePoint SSL Switching HttpModule more
  • Uninstalling the Clickonce Support for Firefox more
  • Monitoring HTTP Output with Fiddler in .NET HTTP Clients and WCF Proxies more
  • Google Chrome - Random Thoughts more
  • FireFox 3 and Static File Caching Problems more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD