Skip to content

Commit 904b66c

Browse files
committed
update
1 parent 82c5092 commit 904b66c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use NetLog to capture network traffic
2+
title: Use NetLog to capture network activity
33
description: Provides guidance about using the Network Logs (NetLog) tool as an alternative to Fiddler and HTTP Archive (HAR) captures.
44
ms.reviewer: bachoang, v-weizhu
55
ms.date: 04/08/2025
@@ -9,7 +9,7 @@ ms.custom: sap:Enterprise Applications
99
---
1010
# Use NetLog as an alternative to Fiddler and HAR captures
1111

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.
1313

1414
## Known limitations
1515

@@ -22,7 +22,7 @@ Depending on the information you need, you might still need to use Fiddler or HA
2222

2323
## Use NetLog in browsers
2424

25-
Follow these steps to capture network traffic using NetLog:
25+
Follow these steps to capture network activity using NetLog:
2626

2727
1. (Optional but helpful) Close all browser tabs except one.
2828
1. Navigate to NetLog:
@@ -51,9 +51,9 @@ On mobile devices, you will have an email option to send the log.
5151

5252
## View and analyze NetLog data
5353

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.
5555

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:
5757

5858
- **Events**: View detailed network events.
5959
- **Proxy**: Check proxy settings.

0 commit comments

Comments
 (0)