Skip to content

Commit feaaebd

Browse files
authored
Updates from editor
1 parent a3750d9 commit feaaebd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/entra/entra-id/app-integration/fiddler-capture-ssl-traffic.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Capture SSL traffic with Fiddler
2+
title: Capture SSL Traffic with Fiddler
33
description: Introduces how to make Fiddler to capture SSL traffic in two specific scenarios.
44
ms.service: entra-id
5-
ms.date: 04/07/2025
5+
ms.date: 04/15/2025
66
ms.reviewer: bachoang, v-weizhu
77
ms.topic: how-to
88
ms.custom: sap:Enterprise Applications
@@ -22,11 +22,11 @@ set NODE_TLS_REJECT_UNAUTHORIZED=0
2222
```
2323

2424
> [!NOTE]
25-
> To find out what port Fiddler is listening to, select **Tools** > **Options** > **Connections** from the Fiddler menu.
25+
> To find out which port Fiddler is listening on, select **Tools** > **Options** > **Connections** from the Fiddler menu.
2626
2727
## Scenario 2: Capture the Azure Key Vault secrets client (from Azure SDK for .NET) with Fiddler
2828

29-
To capture Azure Key Vault traffic using Fiddler, set up the Fiddler as proxy through setting `http_proxy` and `https_proxy` environment variables in the application code, as follows:
29+
To capture Azure Key Vault traffic using Fiddler, set Fiddler as a proxy by setting the `http_proxy` and `https_proxy` environment variables in the application code as follows:
3030

3131
```csharp
3232

0 commit comments

Comments
 (0)