0% found this document useful (0 votes)
85 views15 pages

Fiddler Presentation

Fiddler is a free web debugging tool that allows users to view, analyze, and modify web traffic from any application that supports a proxy. It runs as a local proxy and registers as the system proxy while capturing traffic. Fiddler enables HTTPS interception via a self-signed certificate and is extensible through JavaScript or .NET. It can be used to measure performance, analyze caching and compression, and simulate different network conditions. Traffic can also be modified, redirected, or archived for later analysis.

Uploaded by

Vinay Prakash
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views15 pages

Fiddler Presentation

Fiddler is a free web debugging tool that allows users to view, analyze, and modify web traffic from any application that supports a proxy. It runs as a local proxy and registers as the system proxy while capturing traffic. Fiddler enables HTTPS interception via a self-signed certificate and is extensible through JavaScript or .NET. It can be used to measure performance, analyze caching and compression, and simulate different network conditions. Traffic can also be modified, redirected, or archived for later analysis.

Uploaded by

Vinay Prakash
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 15

Introducing Fiddler

Web Debugging for


Performance and Operations

www.fiddler2.com/perf/
About Eric
 Program Manager - Internet Explorer
IE7: Networking; IE8: Security
 Developer of TamperIE, IEToys, Fiddler, Meddler, etc…
What is Fiddler?
 Freeware Web Debugging Platform
 Easily installed from www.fiddler2.com
 Runs as a local proxy; registers as system proxy while capturing
 View, analyze and modify web traffic from any application that
supports a proxy; including most devices (e.g. Windows Mobile)
 Enables HTTPS interception via self-signed certificate
 Extremely extensible, via JavaScript or .NET assemblies
Intercepting Web Traffic
HTTPS support
 Man-in-the-middle – Intercepts HTTPS CONNECT tunnels and
shows raw traffic
Fiddler for Performance
Measure / analyze / simulate the end-user experience.

• Measure request size, page weight

• Analyze caching, compression, page


composition

• Simulate low-speed / high-latency connections


Performance Statistics
Session Timeline
Filters
Custom Rules
Traffic Modification
• Redirect requests to a particular datacenter
• Simulate a downed server
• Prototype the performance cost of site changes
• Etc…
Traffic Archives

• Preserves the traffic and timings in compressed


.SAZ (Session Archive ZIP) format

• Great for regressing bugs

• Remote user capture using FiddlerCap


FiddlerCap - www.fiddlercap.com
Meddler - www.fiddler2.com/meddler/
Learn More…
 www.fiddler2.com/fiddler/help/ for tutorials, demonstration
videos, references, RSS, and the Fiddler Discussion Group
 www.fiddler2.com/perf/ for performance-related content

[email protected]

You might also like