Skip to content

Commit 6c8be78

Browse files
committed
update
1 parent 5f68657 commit 6c8be78

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

support/entra/entra-id/app-integration/filter-fiddler-traffic-using-domain-name-client process.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Filter Fiddler traffic using domain names and client processes
3-
description: Introduces how to filter traffic that's captured by Fiddler using domain/host names and client processes owned by a Microsoft Entra tenant.
3+
description: Introduces how to filter traffic that's captured by Fiddler using domain/host names owned by a Microsoft Entra tenant and client processes.
44
ms.service: entra-id
55
ms.topic: how-to
6-
ms.date: 04/01/2025
6+
ms.date: 04/02/2025
77
ms.reviewer: bachoang, v-weizhu
88
ms.custom: sap:Enterprise Applications
99
---
1010
# Filter Fiddler traffic using domain names and client processes
1111

12-
This article explains how to filter traffic that's captured by Fiddler using domain/host names and client processes owned by a Microsoft Entra tenant.
12+
This article explains how to filter traffic that's captured by Fiddler using domain/host names owned by a Microsoft Entra tenant and client processes.
1313

1414
## Prerequisites
1515

@@ -22,7 +22,7 @@ To filter traffic using Fiddler's built-in filter feature, follow these steps:
2222
1. Open Fiddler and navigate to the right panel.
2323
2. Select the **Filters** tab, then check the **Use filters** box.
2424
3. Under the **Hosts** section, select **Show only the following Hosts**.
25-
4. Enter the host name list you want to filter on, separated by semicolons, for example, `localhost;login.microsoftonline.com;graph.microsoft.com`.
25+
4. In the text box, enter the host name list you want to filter on, separated by semicolons, for example, `localhost;login.microsoftonline.com;graph.microsoft.com`.
2626

2727
> [!NOTE]
2828
> This text box will display a yellow background while editing the list, indicating unsaved changes.
@@ -35,8 +35,8 @@ Under the **Client Process** section, you can also select a specific process to
3535
> [!NOTE]
3636
> This option is used especially for browser-based applications.
3737
38-
1. In Fiddler, go to **Rules** > **Customize Rules…**.
39-
2. Locate the **OnBeforeRequest** function in the script editor.
38+
1. In Fiddler, go to **Rules** > **Customize Rules…**. This will open the *CustomRules.js* file in the FiddlerScript editor.
39+
2. Locate the **OnBeforeRequest** function in the FiddlerScript editor.
4040
3. Insert the following JavaScript code at the beginning of the function:
4141

4242
```javascript
@@ -80,12 +80,13 @@ Under the **Client Process** section, you can also select a specific process to
8080
- `host`: Contains the list of domain names to filter on.
8181
- `processlist`: Contains the list of process names to filter on.
8282

83-
4. Save the changes to the script file.
83+
4. Save the changes to the *CustomRules.js* file file.
8484

8585
## References
8686

8787
- [Modifying a Request or Response](http://docs.telerik.com/fiddler/KnowledgeBase/FiddlerScript/ModifyRequestOrResponse)
8888
- [FiddlerScript Cookbook](http://fiddlerbook.com/Fiddler/dev/ScriptSamples.asp)
8989
- [Understanding FiddlerScript](https://www.telerik.com/blogs/understanding-fiddlerscript)
9090

91+
[!INCLUDE [Azure Help Support](../../../includes/third-party-disclaimer.md)]
9192
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)