Skip to content

Commit 24bfb83

Browse files
authored
Merge pull request #8521 from genlin/main4492
AB#4492 Convert blog posts to articles: Capture SSL traffic - Capture http(s) traffic with Http Fiddler
2 parents 4121b69 + 37aa552 commit 24bfb83

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
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
4+
ms.date: 03/20/2025
5+
ms.author: bachoang
6+
ms.service: entra-id
7+
ms.custom: sap:Enterprise Applications
8+
---
9+
# Collect HTTPS traffic using Fiddler for Microsoft Entra ID apps
10+
11+
This article provides instructions to use Fiddler to collect HTTPS traffic to troubleshoot Microsoft Entra ID apps.
12+
13+
## Collect HTTPS traffic
14+
15+
1. Download and install [Fiddler](https://www.telerik.com/fiddler/fiddler-classic) on the device that's used to reproduce the problem.
16+
17+
> [!NOTE]
18+
> Fiddler is third-party software, not owned by Microsoft.
19+
1. On the **Tool** menu, select **Options**.
20+
1. On the **HTTPS** tab, select **Decrypt HTTPS Traffic**. If you're prompted to install the Fiddler certificate, select **Yes**.
21+
22+
:::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." :::
23+
1. Restart Fiddler.
24+
1. Prepare your environment for traffic collection. Depending on the type of application you're troubleshooting, follow these steps:
25+
26+
**For browser-based applications**:
27+
28+
Use private browsing mode or clear the browser cache on the device that you'll use for testing. 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.
29+
30+
**For non-browser-based applications**:
31+
32+
Start the client application that you're testing.
33+
34+
1. Reproduce the issue. You should see HTTPS traffic appearing in the Fiddler window.
35+
1. On the **File** menu, select **Save** > **All Sessions** to save the sessions as SAZ files.
36+
37+
[!INCLUDE [Third-party disclaimer](../../../includes/third-party-disclaimer.md)]
38+
39+
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
90.8 KB
Loading

support/entra/entra-id/toc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,3 +413,8 @@
413413
href: user-prov-sync/exclude-user-primary-group.md
414414
- name: Yellow exclamation mark in Office 2013
415415
href: user-prov-sync/yellow-exclamation-mark-office2013.md
416+
417+
- name: Capture SSL traffic
418+
items:
419+
- name: Capture HTTPS traffic with Fiddler
420+
href: app-integration/capture-https-traffic-fiddler-entra-id-app.md

0 commit comments

Comments
 (0)