Skip to content

Commit f0a1b3c

Browse files
authored
`
1 parent a8df977 commit f0a1b3c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Collect HTTPSTraffic using Fiddler from Python app with Microsoft Entra ID
3-
description: Provide instructions to collect HTTPStraffic by using Fiddler from Microsoft Entra ID apps
2+
title: Collect HTTPS Traffic using Fiddler from Python app with Microsoft Entra ID
3+
description: Provide instructions to collect HTTPS traffic by using Fiddler 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 HTTPStraffic by using Fiddler from Python apps
9+
# Collect HTTPS traffic by using Fiddler from Python apps
1010

11-
Capturing encrypted HTTPSweb traffic in Python by using Fiddler can be challenging because Python uses its own trusted certificate store instead of the operating system certificate store. Additionally, by default, Python doesn't use a proxy in certain scenarios. This article explains how to capture SSL traffic by using the Fiddler for Python app in different scenarios.
11+
Capturing encrypted HTTPS web traffic in Python by using Fiddler can be challenging because Python uses its own trusted certificate store instead of the operating system certificate store. Additionally, by default, Python doesn't use a proxy in certain scenarios. This article explains how to capture SSL traffic by using the Fiddler for Python app in different scenarios.
1212

1313
## ADAL for Python
1414

15-
When you use Fiddler to capture HTTPStraffic in a Python app that integrates Azure Active Directory Authentication Library (ADAL), you might receive SSL error messages. This issue occurs because Python doesn't trust the Fiddler certificate. You can use either of two methods to work around this issue.
15+
When you use Fiddler to capture HTTPS traffic in a Python app that integrates Azure Active Directory Authentication Library (ADAL), you might receive SSL error messages. This issue occurs because Python doesn't trust the Fiddler certificate. You can use either of two methods to work around this issue.
1616

1717
> [!Note]
1818
> Disabling SSL verification presents a security risk. You should use this method only to troubleshoot. You should not use it in production environments.

0 commit comments

Comments
 (0)