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
# Use NetLog as an alternative to Fiddler and HAR captures
11
11
12
-
This article provides guidance on using the Network Logs (NetLog) tool as an alternative to Fiddler and HTTP Archive (HAR) captures for diagnosing network issues in Microsoft Entra. NetLog is built into in Chromium-based browsers like Microsoft Edge, Chrome, and Electron. When standard Fiddler captures are unavailable or HAR captures from developer tools truncate necessary information, you can use it to capture network traffic.
12
+
This article provides guidance on using the Network Logs (NetLog) tool as an alternative to Fiddler and HTTP Archive (HAR) captures for diagnosing network issues in Microsoft Entra. NetLog is built into in Chromium-based browsers like Microsoft Edge, Chrome, and Electron. When standard Fiddler captures are unavailable or HAR captures from developer tools truncate necessary information, you can use it to capture network activity.
13
13
14
14
## Known limitations
15
15
@@ -22,7 +22,7 @@ Depending on the information you need, you might still need to use Fiddler or HA
22
22
23
23
## Use NetLog in browsers
24
24
25
-
Follow these steps to capture network traffic using NetLog:
25
+
Follow these steps to capture network activity using NetLog:
26
26
27
27
1. (Optional but helpful) Close all browser tabs except one.
28
28
1. Navigate to NetLog:
@@ -51,9 +51,9 @@ On mobile devices, you will have an email option to send the log.
51
51
52
52
## View and analyze NetLog data
53
53
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 file.
54
+
You can view the NetLog file using the [online NetLog Viewer](https://netlog-viewer.appspot.com/#import). To do so, open the NetLog Viewer, select **File**, and then upload the exported NetLog file.
55
55
56
-
You can use the following tabs in the NetLog Viewer to inspect different aspects of network activities:
56
+
You can use the following tabs in the NetLog Viewer to inspect different aspects of network activity:
0 commit comments