Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.78 KB

fiddler-web-debugger-tool.md

File metadata and controls

26 lines (17 loc) · 1.78 KB
description ms.assetid title ms.topic ms.date
This article describes the Fiddler Web Debugger Tool for Internet Explorer that helps you debug web applications by capturing network traffic between the Internet and test computers.
AC23504B-ADFD-4204-954C-79167EBFB31A
Fiddler web debugger tool for Internet Explorer
article
01/25/2022

About the Fiddler web debugger tool

The Fiddler tool helps you debug web applications by capturing network traffic between the Internet and test computers. The tool enables you to inspect incoming and outgoing data to monitor and modify requests and responses before the browser receives them. Fiddler also includes a powerful event-based scripting subsystem, which you can extend by using any .NET Framework language.

Fiddler and the HTTP replay options can help you troubleshoot client-side issues with web applications by making an offline copy of the test site. With these tools, you can create offline images of the browsing experience and then package and analyze the results to obtain more detailed debug information.

To download the Fiddler add-on, go to the Internet Explorer add-ons page. For more information about how to troubleshoot by using Fiddler and related tools, see the How to use fiddler and HTTP replay to have an offline copy of your site blog post and the Troubleshooting Authentication with Fiddler blog post.

Related topics

Tools for Debugging Web Applications and Add-Ons