Skip to content

Commit 30a1583

Browse files
committed
add images
1 parent 6c8be78 commit 30a1583

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ This article explains how to filter traffic that's captured by Fiddler using dom
1515

1616
Before filtering, ensure that Fiddler is configured to capture traffic for all processes. At the bottom left corner of the Fiddler window, you can select **All processes** to change the selection.
1717

18+
:::image type="content" source="media/filter-fiddler-traffic-using-domain-name-client-process/all-processes.png" alt-text="Screenshot that shows the 'All processes' button." lightbox="media/filter-fiddler-traffic-using-domain-name-client-process/all-processes.png":::
19+
1820
## Filter traffic using Fiddler's built-in filter feature
1921

2022
To filter traffic using Fiddler's built-in filter feature, follow these steps:
@@ -28,6 +30,8 @@ To filter traffic using Fiddler's built-in filter feature, follow these steps:
2830
> This text box will display a yellow background while editing the list, indicating unsaved changes.
2931
5. Select the **Actions** button to save the list. The background color will change to white, confirming the list is saved.
3032

33+
:::image type="content" source="media/filter-fiddler-traffic-using-domain-name-client-process/show-only-the-following-hosts.png" alt-text="Screenshot that shows how to filter traffic based on host names." lightbox="media/filter-fiddler-traffic-using-domain-name-client-process/show-only-the-following-hosts.png":::
34+
3135
Under the **Client Process** section, you can also select a specific process to filter on. This is particularly useful for filtering a standalone application. It might be less effective for capturing browser traffic because multiple processes with the same name can make it difficult to identify the correct one.
3236

3337
## Filter traffic using JavaScript code in the OnBeforeRequest function
@@ -74,6 +78,8 @@ Under the **Client Process** section, you can also select a specific process to
7478
// end filter
7579
```
7680

81+
:::image type="content" source="media/filter-fiddler-traffic-using-domain-name-client-process/add-javascript-code-in-onbeforerequest-function.png" alt-text="Screenshot that shows the JavaScript code added in the OnBeforeRequest function." lightbox="media/filter-fiddler-traffic-using-domain-name-client-process/add-javascript-code-in-onbeforerequest-function.png":::
82+
7783
Here are explanations for some variables in the JavaScript code:
7884

7985
- `filterOn`: Set it to `true` to enable the filter and `false` to disable it.
Loading
2.36 KB
Loading
Loading

0 commit comments

Comments
 (0)