Skip to content

Commit 03eb37a

Browse files
committed
update image
1 parent 30a1583 commit 03eb37a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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":::
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.":::
1919

2020
## Filter traffic using Fiddler's built-in filter feature
2121

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

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.":::
3434

3535
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.
3636

@@ -78,7 +78,7 @@ Under the **Client Process** section, you can also select a specific process to
7878
// end filter
7979
```
8080

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":::
8282

8383
Here are explanations for some variables in the JavaScript code:
8484

Loading

support/entra/entra-id/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,4 @@
423423
- name: Capture Python web app HTTPS traffic with Fiddler
424424
href: app-integration/capture-https-traffic-fiddler-python-app.md
425425
- name: Filter Fiddler traffic using domain names and client processes
426-
href: app-integration/filter-fiddler-traffic-using-domain-name-client process.md
426+
href: app-integration/filter-fiddler-traffic-using-domain-name-client-process.md

0 commit comments

Comments
 (0)