fiddler-core-docs/introduction.md

30 строки
1.1 KiB
Markdown

---
title: Introduction
description: FiddlerCore is MITM proxy distributed as a .NET class library that you can integrate into your .NET applications.
slug: introduction
publish: true
position: 1
---
# Welcome to FiddlerCore
Thank you for choosing Progress® Telerik® FiddlerCore!
## What Is FiddlerCore and Why Do I Need It?
FiddlerCore is a .NET class library you can integrate into your .NET applications. It's available in .NET Standard 2.0, .NET Framework 4.0, and .NET Framework 4.5 flavors, which allows using it on Windows, Linux, Mac, and any other platform implementing .NET Standard.
FiddlerCore allows you to capture and modify HTTP and HTTPS traffic just like [Fiddler](https://www.telerik.com/fiddler), without any of the Fiddler UI.
## Features at a Glance
- HTTP and HTTPS traffic capture and modification.
- Powerful object model for content filtering and modification.
- Store and reload web traffic.
- Support for virtually any client application.
- Support for most devices via mobile proxy settings.
## Next Steps
[First steps with FiddlerCore]({%slug first-steps%})