Skip to content

Commit c793398

Browse files
committed
update
1 parent 29f574e commit c793398

1 file changed

Lines changed: 10 additions & 21 deletions

File tree

support/entra/entra-id/app-integration/use-netlog-capture-network-traffic.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,19 @@ NetLog is supported on mobile versions of Edge and Chrome:
4949

5050
On mobile devices, you will have an email option to send the log.
5151

52-
## Use Fiddler to review NetLog captures
52+
## View and analyze NetLog data
5353

54-
Fiddler Classic can be used to review NetLog captures by installing the NetLog plugin. To do so, follow these steps:
54+
You can view the NetLog.json files using the NetLog Viewer. To do so, open the [online NetLog Viewer](https://netlog-viewer.appspot.com/#import), select **File**, and then upload the exported NetLog .json file.
5555

56-
1. Download and install the NetLog plugin for Fiddler Classic from [here](https://bayden.com/dl/FiddlerImportNetLog.exe).
57-
2. Open Fiddler.
58-
3. Navigate to **File > Import Sessions**.
59-
4. Select **NetLog JSON** to import and analyze the NetLog file.
56+
You can use the following tabs in the NetLog Viewer to inspect different aspects of network activities:
6057

61-
> [!NOTE]
62-
> The NetLog plugin is only available for Fiddler Classic. There is no known plugin for Fiddler Everywhere.
58+
- Events: View detailed network events.
59+
- Proxy: Check proxy settings.
60+
- Timeline: Analyze request timing.
61+
- DNS: Inspect DNS lookups.
62+
- Sockets: Review TCP connections.
63+
- Cache: Examine cached resources.
6364

64-
:::image type="content" source="media/use-netlog-capture-network-traffic/import-netlog-json.png" alt-text="Screenshot that shows the Fiddler interface for importing NetLog files." border="false":::
65-
66-
## More information
67-
68-
- [Providing network details with NetLog](https://dev.chromium.org/for-testers/providing-network-details)
69-
- [Online NetLog viewer](https://netlog-viewer.appspot.com/#import)
70-
71-
The online NetLog viewer provides additional details that Fiddler doesn't provide, such as:
72-
73-
- DNS resolution data
74-
- Timeline graph
75-
- Browser proxy configuration
76-
- Installed browser extensions
65+
For more information, see [Providing network details with NetLog](https://dev.chromium.org/for-testers/providing-network-details).
7766

7867
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)