docs: content improvments and adding FE visibility
This commit is contained in:
Родитель
002a3a290c
Коммит
ac54caa3a6
|
@ -1,33 +1,30 @@
|
|||
---
|
||||
title: Configure Fiddler
|
||||
description: Basic configuration instructions for Fiddler Classic.
|
||||
description: Learno how to configure Fiddler Classic .
|
||||
slug: ConfigureFiddler
|
||||
publish: true
|
||||
position: 0
|
||||
---
|
||||
|
||||
Getting Started with Fiddler Classic
|
||||
===================================
|
||||
# Getting Started with Fiddler Classic
|
||||
|
||||
First, Install Fiddler Classic.
|
||||
----------------------------
|
||||
|
||||
You can check more detailed information on how to install Fiddler Classic [here]({%slug UsingFiddler%}).
|
||||
1. Install Fiddler Classic. You can check more detailed information on how to install Fiddler Classic [here]({%slug UsingFiddler%}).
|
||||
|
||||
Next, Configure the Fiddler Classic Server.
|
||||
-----------------------------------
|
||||
2. Configure the Fiddler Classic Server. The **Fiddler Server** is the machine on which Fiddler Classic is installed. Some scenarios may require specific steps for Fiddler Classic to receive and send web traffic. This includes:
|
||||
|
||||
The **Fiddler Server** is the machine on which Fiddler Classic is installed. Some scenarios may require specific steps for Fiddler Classic to receive and send web traffic. This includes:
|
||||
- **Types of traffic**, like [decrypting HTTPS]({%slug DecryptHTTPS%}) and [authenticating with channel-binding tokens]({%slug AuthenticateWithCBT%})
|
||||
- **Operating systems**, like [Windows 8, Windows 10, Windows 11]({%slug Windows8Config%}) and [Mac OSX]({%slug ConfigureForMac%})
|
||||
- **Network configurations**, like [monitoring a remote machine]({%slug MonitorRemoteMachine%}), [chaining to an upstream proxy]({%slug ChainToUpstreamProxy%}), [using Fiddler Classic as a Reverse Proxy]({%slug UseFiddlerAsReverseProxy%}), [monitoring local traffic]({%slug MonitorLocalTraffic%}) or [monitoring dial-up and VPN connections]({%slug MonitorDialupAndVPN%})
|
||||
|
||||
+ **Types of traffic**, like [decrypting HTTPS]({%slug DecryptHTTPS%}) and [authenticating with channel-binding tokens]({%slug AuthenticateWithCBT%})
|
||||
+ **Operating systems**, like [Windows 8]({%slug Windows8Config%}) and [Mac OSX]({%slug ConfigureForMac%})
|
||||
+ **Network configurations**, like [monitoring a remote machine]({%slug MonitorRemoteMachine%}), [chaining to an upstream proxy]({%slug ChainToUpstreamProxy%}), [using Fiddler Classic as a Reverse Proxy]({%slug UseFiddlerAsReverseProxy%}), [monitoring local traffic]({%slug MonitorLocalTraffic%}) or [monitoring dial-up and VPN connections]({%slug MonitorDialupAndVPN%})
|
||||
3. Configure the Client. The **client** is the source of the web traffic that Fiddler Classic monitors. Some client applications, operating systems, and devices may require specific steps to send and receive traffic to and from Fiddler. This includes:
|
||||
|
||||
Last, Configure the Client.
|
||||
---------------------------
|
||||
- **Browsers**, like [Firefox, Opera, or IE (when sending traffic to localhost)]({%slug ConfigureBrowsers%})
|
||||
- **Applications**, like [.NET apps]({%slug DotNETConfig%}), [WinHTTP Apps]({%slug ConfigureWinHTTPApp%}), [Java Apps]({%slug ConfigureJavaApp%}), and [PHP/cURL apps]({%slug PHPcURL%})
|
||||
- **Devices**, like [Android]({%slug ConfigureForAndroid%}), [iOS]({%slug ConfigureForiOS%}), [Windows Phone 7]({%slug MonitorWindowsPhone7%}), and [PocketPC]({%slug MonitorPocketPC%}) devices.
|
||||
|
||||
The **client** is the source of the web traffic that Fiddler Classic monitors. Some client applications, operating systems, and devices may require specific steps to send and receive traffic to and from Fiddler. This includes:
|
||||
|
||||
+ **Browsers**, like [Firefox, Opera, or IE (when sending traffic to localhost)]({%slug ConfigureBrowsers%})
|
||||
+ **Applications**, like [.NET apps]({%slug DotNETConfig%}), [WinHTTP Apps]({%slug ConfigureWinHTTPApp%}), [Java Apps]({%slug ConfigureJavaApp%}), and [PHP/cURL apps]({%slug PHPcURL%})
|
||||
+ **Devices**, like [Android]({%slug ConfigureForAndroid%}), [iOS]({%slug ConfigureForiOS%}), [Windows Phone 7]({%slug MonitorWindowsPhone7%}), and [PocketPC]({%slug MonitorPocketPC%}) devices
|
||||
## Additional Resources
|
||||
|
||||
- [Capture traffic with Fiddler Classic]({%slug ViewWebTraffic%})
|
||||
- [Capture traffic on macOS, Linux and Windows with the new **Fiddler Everywhere**](https://docs.telerik.com/fiddler-everywhere)
|
||||
|
|
|
@ -1,50 +1,52 @@
|
|||
---
|
||||
title: Using Fiddler
|
||||
description: Instructions for basic Fiddler Classic usage
|
||||
description: Instructions for installing the Fiddler Classic proxy tool
|
||||
slug: UsingFiddler
|
||||
publish: true
|
||||
position: 0
|
||||
---
|
||||
|
||||
|
||||
Install Fiddler
|
||||
===============
|
||||
# Using Fiddler
|
||||
|
||||
[View the Fiddler Classic System Requirements][1]
|
||||
- Download the Fiddler product:
|
||||
|
||||
1. Download the Fiddler Classic Installer
|
||||
---------------------------------
|
||||
* Download the latest version of [Fiddler Classic (Windows only)](https://www.telerik.com/download/fiddler).
|
||||
|
||||
+ [Download the full version of Fiddler][1].
|
||||
+ For web traffic capture only, [download FiddlerCap][2].
|
||||
* Download the latest version of [Fiddler Everywhere supported on Windows, macOS, and Linux](https://www.telerik.com/download/fiddler-everywhere)
|
||||
|
||||
* Download the [FiddlerCap](https://www.telerik.com/fiddler/fiddlercap) application for quick web traffic capturing.
|
||||
|
||||
|
||||
2. Run the Fiddler Classic Installer
|
||||
----------------------------
|
||||
a. Select 'Run' from any Security Warning dialog.
|
||||
- Install Fiddler Classic
|
||||
|
||||
![Setup Security Warning][3]
|
||||
- Select **Run** from any Security Warning dialog.
|
||||
|
||||
b. Agree to the License Agreement.
|
||||
![Setup Security Warning](../../images/ConfigureFiddler/SetupSecurityWarning.png)
|
||||
|
||||
![Agree to License Agreement][4]
|
||||
- Agree to the License Agreement.
|
||||
|
||||
c. Select the install directory for Fiddler.
|
||||
![Agree to License Agreement](../../images/ConfigureFiddler/AgreetoLicenseAgreement.png)
|
||||
|
||||
![Select Install Directory][5]
|
||||
- Select the install directory for Fiddler.
|
||||
|
||||
d. Click 'Close' when installation completes.
|
||||
![Select Install Directory](../../images/ConfigureFiddler/SelectInstallDirectory.png)
|
||||
|
||||
![Fiddler Classic Setup Completed][6]
|
||||
- Click **Close** when installation completes.
|
||||
|
||||
**See Also:**
|
||||
![Fiddler Classic Setup Completed](../../images/ConfigureFiddler/FiddlerSetupCompleted.png)
|
||||
|
||||
[Configure your web browser to use Fiddler Classic][7]
|
||||
|
||||
[1]: http://www.telerik.com/download/fiddler
|
||||
[2]: http://www.fiddlercap.com/FiddlerCap/
|
||||
[3]: ../../images/ConfigureFiddler/SetupSecurityWarning.png
|
||||
[4]: ../../images/ConfigureFiddler/AgreetoLicenseAgreement.png
|
||||
[5]: ../../images/ConfigureFiddler/SelectInstallDirectory.png
|
||||
[6]: ../../images/ConfigureFiddler/FiddlerSetupCompleted.png
|
||||
[7]: ./ConfigureBrowsers
|
||||
- Install Fiddler Everywhere
|
||||
|
||||
- Fiddler Everywhere is a modern proxy tool with cross-platform Windows, macOS, and Linux support. Apart from being a local MITM proxy, it also provides collaboration functionalities, capabilities to save and store data in the cloud, HTTP/2 and TLS 1.3 support, and many more! [Learn more on how to install and use Fiddler Everywhere here...](https://docs.telerik.com/fiddler-everywhere/installation-and-update/installation-procedure)
|
||||
|
||||
- Start the desired Fiddler application and begin your network debugging journey.
|
||||
|
||||
## Additional Resources
|
||||
|
||||
- [Configure Fiddler Classic]({%slug ConfigureFiddler%})
|
||||
- [Configure your web browser to use Fiddler Classic]({%slug ConfigureBrowsers%})
|
||||
- [Capture traffic on Windows with Fiddler Classic]({%slug ViewWebTraffic%})
|
||||
- [Capture traffic on macOS, Linux and Windows with the new **Fiddler Everywhere**](https://docs.telerik.com/fiddler-everywhere)
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: View Web Traffic
|
||||
description: Learn how to start capturing web traffic with Fiddler Classic.
|
||||
slug: ViewWebTraffic
|
||||
publish: true
|
||||
position: 1
|
||||
|
@ -12,11 +13,8 @@ Capture Web Traffic
|
|||
|
||||
2. Ensure **Capture Traffic** is enabled.
|
||||
|
||||
![Capture Traffic][1]
|
||||
![Capture Traffic](../../images/CaptureWebTraffic/CaptureTraffic.png)
|
||||
|
||||
Captured web traffic sessions appear in the **Sessions List**.
|
||||
|
||||
![Sessions List][2]
|
||||
|
||||
[1]: ../../images/CaptureWebTraffic/CaptureTraffic.png
|
||||
[2]: ../../images/CaptureWebTraffic/SessionsList.png
|
||||
![Sessions List](../../images/CaptureWebTraffic/SessionsList.png)
|
Загрузка…
Ссылка в новой задаче