Skip to content

Commit 91e8a5a

Browse files
committed
Merge branch 'main4492' of https://github.com/genlin/SupportArticles-docs-pr into main4492
2 parents d3d26f3 + 132a443 commit 91e8a5a

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,40 @@
11
---
2-
title: Use Fiddler to collect HTTPS traffic from Microsoft Entra ID Apps
3-
description: Provide instructions on how to use Fiddler to collect HTTPS traffic from Microsoft Entra ID Apps
2+
title: Use Fiddler to collect HTTPS traffic from Microsoft Entra ID apps
3+
description: Provides instructions to use Fiddler to collect HTTPS traffic from Microsoft Entra ID apps
44
ms.date: 03/20/2025
55
ms.author: bachoang
66
ms.service: entra-id
77
ms.custom: sap:Enterprise Applications
88
---
9-
# Collect HTTPS traffic using Fiddler for Microsoft Entra ID Apps
9+
# Collect HTTPS traffic using Fiddler for Microsoft Entra ID apps
1010

11-
This article provides instructions on how to use Fiddler to collect HTTPS traffic for troubleshooting purposes.
11+
This article provides instructions to use Fiddler to collect HTTPS traffic to troubleshoot Microsoft Entra ID apps.
1212

1313
## Collect HTTPS traffic for troubleshooting
1414

15-
1. Download and install [Fiddler](https://www.telerik.com/fiddler) on the device that is used to reproduce the problem.
15+
1. Download and install [Fiddler](https://www.telerik.com/fiddler) on the device that's used to reproduce the problem.
1616
> [!NOTE]
17-
> Fiddler is a third-party software not owned by Microsoft.
17+
> Fiddler is third-party software, not owned by Microsoft.
1818
1. On the **Tool** menu, select **Options**.
1919
1. On the **HTTPS** tab, select **Decrypt HTTPS Traffic**. If you're prompted to install the Fiddler certificate, select **Yes**.
2020

2121
:::image type="content" source="media/capture-https-traffic-http-fiddler-entra-id-app/enable-https-decrypt.png" alt-text="Screenshot of the Decrypt HTTPS Traffic option." :::
2222
1. Restart Fiddler.
23-
1. Prepare your environment for traffic collection. Depending on the type of application you're troubleshooting, perform the following steps:
23+
1. Prepare your environment for traffic collection. Depending on the type of application you're troubleshooting, follow these steps:
2424

2525
**For browser-based applications**:
2626

27-
Use private browsing mode or clear the browser cache on the device that will be used for testing. This ensures that any outdated or unnecessary files from previous sessions are cleared. It allows the web app to load the latest versions of essential files like JavaScript and CSS stylesheets. This is especially important when testing changes or updates to the web app, as it prevents old cached files from interfering with the current version.
27+
Use private browsing mode or clear the browser cache on the device that you'll use for testing.
28+
29+
> [!NOTE]
30+
> This action makes sure that any outdated or unnecessary files from previous sessions are cleared. It also lets the web app load the latest versions of essential files, such as JavaScript and CSS stylesheets. Having the latest files is especially important when you test changes or updates to the web app because it prevents old cached files from interfering with the current version.
2831
2932
**For non-browser-based applications**:
3033

31-
Launch the client application you're testing.
32-
33-
1. Reproduce the issue. You should see HTTPS traffic appearing in the Fiddler window.
34-
1. On the **File** menu, select **Save** > **All Sessions** to save the sessions as SAZ files.
34+
1. Start the client application that you're testing.
35+
1. Reproduce the issue. You should see HTTPS traffic appearing in the Fiddler window.
36+
1. On the **File** menu, select **Save** > **All Sessions** to save the sessions as SAZ files.
3537

3638
[!INCLUDE [Third-party disclaimer](../../../includes/third-party-disclaimer.md)]
39+
3740
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)