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/use-netlog-capture-network-traffic.md
+10-21Lines changed: 10 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,30 +49,19 @@ NetLog is supported on mobile versions of Edge and Chrome:
49
49
50
50
On mobile devices, you will have an email option to send the log.
51
51
52
-
## Use Fiddler to review NetLog captures
52
+
## View and analyze NetLog data
53
53
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.
55
55
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:
60
57
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.
63
64
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)
0 commit comments