Fiddler (software)

Fiddler

Screenshot of Fiddler monitoring communication between a local computer and Wikipedia.
Original author(s) Eric Lawrence[1]
Developer(s) Eric Lawrence
Initial release 6 October 2003[2]
Stable release 4.4.9.9 / 3 February 2015
Operating system Windows XP, 2003, Vista, 2008, 7, 8[3]
Platform .NET Framework 4.0 & .NET Framework 2.0[3]
Size 1 MB
Type Packet analyzer[4]
License Freeware
Website www.telerik.com/fiddler/

Fiddler is an HTTP debugging proxy server application written by Eric Lawrence, formerly a Program Manager on the Internet Explorer development team at Microsoft.[1]

Features

Fiddler captures HTTP and HTTPS traffic and logs it for the user to review (the latter by implementing man-in-the-middle interception using self-signed certificates).[5]

Fiddler can also be used to modify ("fiddle with") HTTP traffic for troubleshooting purposes as it is being sent or received.[4] By default, traffic from Microsoft's WinINET HTTP(S) stack is automatically directed to the proxy at runtime, but any browser or web application (and most mobile devices) can be configured to route its traffic through Fiddler.

History

On 6 October 2003, Eric Lawrence released the initial official version of Fiddler.[2]

On 12 September 2012, Eric Lawrence announced that Fiddler was acquired by Telerik and he would join the company to work on Fiddler on a full-time basis.[6]

See also

References

  1. 1.0 1.1 Lawrence, Eric (2005-06-06). "HTTP Performance". IEBlog. MSDN (Microsoft corporation).
  2. 2.0 2.1 "Fiddler HTTP Debugger - Version Info". Retrieved 2012-08-17.
  3. 3.0 3.1 "Fiddler Web Debugger - Get Fiddler". Retrieved 2012-10-11.
  4. 4.0 4.1 "Fiddler Web Debugger - Fiddler". Retrieved 2010-08-20.
  5. Lawrence, Eric (January 2005). "Fiddler PowerToy - Part 1: HTTP Debugging". MSDN (Microsoft corporation). Retrieved 2007-01-15.
  6. "Fiddler Telerik". Fiddler. September 2012. Retrieved 2012-09-12. |first1= missing |last1= in Authors list (help)

External links

Further reading