You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/entra/entra-id/app-integration/filter-fiddler-traffic-using-domain-name-client-process.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This article explains how to filter traffic that's captured by Fiddler using dom
15
15
16
16
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.
17
17
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":::
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.":::
19
19
20
20
## Filter traffic using Fiddler's built-in filter feature
21
21
@@ -30,7 +30,7 @@ To filter traffic using Fiddler's built-in filter feature, follow these steps:
30
30
> This text box will display a yellow background while editing the list, indicating unsaved changes.
31
31
5. Select the **Actions** button to save the list. The background color will change to white, confirming the list is saved.
32
32
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":::
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.":::
34
34
35
35
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.
36
36
@@ -78,7 +78,7 @@ Under the **Client Process** section, you can also select a specific process to
78
78
// end filter
79
79
```
80
80
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":::
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-onbeforerequest-function.png":::
82
82
83
83
Here are explanations for some variables in the JavaScript code:
0 commit comments