Fiddler
Web debugging proxy from Telerik — capture, inspect, and modify HTTP/HTTPS traffic.
Pricing
Freemium
Type
Manual
// VERDICT
Reach for Fiddler when you want a mature web-debugging proxy with a free tier, especially on Windows. Skip it when you need a fully open-source tool or a request-authoring client.
Best for
Capturing and inspecting HTTP/HTTPS traffic with a long Windows heritage, now cross-platform via Fiddler Everywhere, with a free tier.
Avoid when
You want a fully free open-source tool, or an API client to author requests.
CI/CD fit
Manual/interactive tool - not a CI fit
Team fit
Windows-centric QA · Developers debugging web traffic · Support/diagnostics teams
Setup
Maintenance
Learning
Licence
// BEST FOR
- Capturing and inspecting HTTP/HTTPS traffic, with deep Windows roots
- Decrypting HTTPS after trusting its certificate
- Setting breakpoints to pause and edit requests/responses in flight
- Composing and replaying captured requests for quick checks
- Diagnosing client-side web/API issues from real captured sessions
- A free tier (Fiddler Classic) plus cross-platform Fiddler Everywhere
// AVOID WHEN
- You want a fully free, open-source tool
- You need a dedicated API client for organised request collections
- You want a tool that runs in CI - this is interactive
- You're Mac-first and want a native-feeling modern UI (Proxyman)
- Active security scanning is the goal (Burp/ZAP)
- You only debug on servers you control with full logging
// QUICK START
Install Fiddler -> enable HTTPS decryption -> trust the Fiddler root certificate
-> route traffic through it -> inspect, set breakpoints, and replay requests.// ALTERNATIVES TO CONSIDER
| Tool | Choose it when |
|---|---|
| Charles Proxy | You want a long-standing cross-platform proxy and don't mind paying. |
| Proxyman | You're Mac-first and want a modern native UI. |
| HTTP Toolkit | You want an open-core proxy with one-click interception. |
// FEATURES
- HTTP/HTTPS capture and inspection
- Composer for crafting and replaying requests
- AutoResponder for stubbing responses
- FiddlerScript automation (JScript.NET)
- Session timeline and statistics
- Fiddler Everywhere — modern cross-platform SaaS edition
// PROS
- Long-standing favourite on Windows
- Powerful AutoResponder and Composer workflows
- FiddlerScript enables automation
- Free Classic edition still available
// CONS
- Fiddler Classic is Windows-only and no longer actively developed
- Fiddler Everywhere requires a paid subscription beyond a limited free tier
- Transition between Classic and Everywhere editions has frustrated long-time users
// EXAMPLE QA WORKFLOW
Route traffic through Fiddler
Enable HTTPS decryption and trust its certificate
Capture and inspect sessions
Set breakpoints to edit requests/responses in flight
Compose and replay requests for quick checks
Export sessions for sharing or analysis
// RELATED QA.CODES RESOURCES
Cheat sheets
Glossary
Interview