<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Generate a HAR File for Web Debugging and Performance Analysis in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Generate-a-HAR-File-for-Web-Debugging-and-Performance-Analysis/ta-p/223391</link>
    <description>&lt;P&gt;&lt;EM&gt;Summary:&amp;nbsp;This article explains how to generate a HAR file using browser developer tools. It includes step-by-step instructions for capturing network traffic to diagnose performance problems.&lt;/EM&gt;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;H2&gt;Abstract&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;This article provides information on what a HAR file is and how to generate one.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;It covers &lt;STRONG&gt;Google Chrome&lt;/STRONG&gt;, &lt;STRONG&gt;Microsoft Edge&lt;/STRONG&gt;, and &lt;STRONG&gt;Mozilla Firefox&lt;/STRONG&gt; (to get a HAR file for Mobile Application with a webview,&amp;nbsp;see&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/How-to-get-HAR-files-for-webviews/ta-p/200413" target="_blank" rel="noopener noreferrer"&gt;this article&lt;/A&gt;).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What is a HAR File?&amp;nbsp;&lt;/H2&gt;
&lt;P&gt;A HAR (HTTP Archive) file is a log of all network requests made by a web page in your web browser. It includes details about each request, such as the URL, response headers, request headers, and timings.&lt;/P&gt;
&lt;P&gt;A HAR file is a useful troubleshooting tool&amp;nbsp;because it provides a comprehensive snapshot of a web page's network activity, allowing for precise issue identification.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;How to generate a HAR File&amp;nbsp;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Chrome and Edge&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 1: Open Developer Tools&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Open Developer Tools using one of the options below:&lt;/P&gt;
&lt;UL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Open the Browser and press F12 on your keyboard, or&lt;/LI&gt;
&lt;LI&gt;Right-click anywhere on the page and select "Inspect" or "Inspect Element", or&lt;/LI&gt;
&lt;LI&gt;On Chrome, you can also use the three-dot menu in the top-right corner of the browser &amp;gt; More tools &amp;gt; Developer tools.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 2: Enable log preservation&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;In Developer Tools, click on the "Network" tab.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Ensure the "Preserve log" checkbox is checked. &lt;BR /&gt;This option keeps the network log intact even after a page refresh or navigation.&lt;/LI&gt;
&lt;LI&gt;Ensure the "Disable cache" checkbox is checked. &lt;BR /&gt;This option keeps the network log fresh and not cached.&lt;/LI&gt;
&lt;LI&gt;Optionally, you can clear the network log by clicking the "Clear" button. ∅ &amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Chrome and Edge:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (7).png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32770i4702790B9FD85743/image-size/large?v=v2&amp;amp;px=999" role="button" title="image (7).png" alt="image (7).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 3: Allow sensitive data to be captured in the HAR file&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;In order for cookies to be included in the HAR file, the 'Allow to generate HAR with sensitive data' must be enabled.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open Settings
&lt;OL&gt;
&lt;LI&gt;In Chrome Developer Tools, click on cog on the top nav bar&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_0-1741282944903.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26826i1683DF79BA0CE97D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_0-1741282944903.png" alt="HannahM_0-1741282944903.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;In Edge Developer Tools, click on the 3 dots in the top right of the nav bar and then select Settings&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_2-1741283546965.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26828iE2D0363D2510CBE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_2-1741283546965.png" alt="HannahM_2-1741283546965.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Select the Preferences tab&lt;/LI&gt;
&lt;LI&gt;Scroll to the Network section&lt;/LI&gt;
&lt;LI&gt;check the 'Allow to generate HAR with sensitive data' checkbox&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_1-1741283042978.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26827i17CF758436372E52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_1-1741283042978.png" alt="HannahM_1-1741283042978.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 4: Generate traffic&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;To capture all network activity on the webpage, you'll need to reload the page or perform the specific actions that trigger the network requests you're interested in (e.g., submitting a form, clicking a link, etc.).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;the actions must be completed in the same tab as Developer Tools is open in for the traffic to be recorded&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 5: Stop Recording&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Once you've captured the network activity you need, return to the "Network" tab in Developer Tools. You should see a list of network requests made by the webpage.&lt;/LI&gt;
&lt;LI&gt;Click the red "Stop" button (square icon) in the top-left corner of the "Network" tab to stop recording network activity.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 6: Export the HAR File&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Export the HAR file using one of the methods below:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In Network Requests
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Right-click anywhere in the list of network requests.&lt;/LI&gt;
&lt;LI&gt;Select Copy &amp;gt;&amp;nbsp; "Copy All as HAR (with sensitive data)".&lt;/LI&gt;
&lt;LI&gt;Choose a location on your computer to save the HAR file, give it a descriptive name, and click "Save."&lt;BR /&gt;or&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;From Network settings bar
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Click "Export HAR (with sensitive data)"&lt;/LI&gt;
&lt;LI&gt;Choose a location on your computer to save the HAR file, give it a descriptive name, and click "Save."&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;Firefox&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Step 1: Open Network Monitor&lt;/H4&gt;
&lt;P&gt;Open Network Monitor (Web Developer Tools, Network tab) using one of the options below:&lt;/P&gt;
&lt;UL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Open the Browser
&lt;UL&gt;
&lt;LI&gt;and press CTRL + SHFT + E on your keyboard, or&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;and select Tools &amp;gt; Web Developer &amp;gt; Web Developer Tools. Then, &amp;nbsp;select the&amp;nbsp;"Network"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tab&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Step 2: Persist Logs&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Ensure the "Persist logs" checkbox is checked. &lt;BR /&gt;This option keeps the network log intact even after a page refresh or navigation.&lt;/LI&gt;
&lt;LI&gt;Optionally, you can clear the network log by clicking the bin icon&amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_4-1739890558929.png" style="width: 27px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26478iDEBBAFA09D77D023/image-dimensions/27x25?v=v2" width="27" height="25" role="button" title="HannahM_4-1739890558929.png" alt="HannahM_4-1739890558929.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H4&gt;Step 3: Generate Traffic&lt;/H4&gt;
&lt;P&gt;To capture all network activity on the webpage, you'll need to reload the page or perform the specific actions that trigger the network requests you're interested in (e.g., submitting a form, clicking a link, etc.).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;the actions must be completed in the same tab as Web Developer Tools is open in for the traffic to be recorded&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN&gt;Step 4:&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Stop Recording&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Once you've captured the network activity you need, return to the "Network" tab in Web Developer Tools. You should see a list of network requests made by the webpage.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Click the "pause" button,&amp;nbsp;| | , to stop recording network activity.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 5: Export the HAR File&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Export the HAR file using one of the methods below:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In Network Requests
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Right-click anywhere in the list of network requests.&lt;/LI&gt;
&lt;LI&gt;Select "Save All As &lt;U&gt;H&lt;/U&gt;AR".&lt;/LI&gt;
&lt;LI&gt;Choose a location on your computer to save the HAR file, give it a descriptive name, and click "Save."&lt;BR /&gt;or&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;From Network settings bar
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Click "HAR"&lt;/LI&gt;
&lt;LI&gt;Select "Save All As &lt;U&gt;H&lt;/U&gt;AR".&lt;/LI&gt;
&lt;LI&gt;Choose a location on your computer to save the HAR file, give it a descriptive name, and click "Save."&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Useful Links&lt;/H2&gt;
&lt;P&gt;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/How-to-get-HAR-files-for-webviews/ta-p/200413" target="_blank" rel="noopener"&gt;How to get HAR files for webviews?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/How-to-enable-dtHealthCheck/ta-p/270111" target="_blank" rel="noopener"&gt;How to enable dtHealthCheck&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id="link_6" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/Web-applications-Use-Fiddler-for-debugging/ta-p/239009" target="_blank" rel="noopener"&gt;Web applications: Use Fiddler for debugging&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 16 Apr 2026 13:18:48 GMT</pubDate>
    <dc:creator>Dyna_Patrick</dc:creator>
    <dc:date>2026-04-16T13:18:48Z</dc:date>
    <item>
      <title>Generate a HAR File for Web Debugging and Performance Analysis</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Generate-a-HAR-File-for-Web-Debugging-and-Performance-Analysis/ta-p/223391</link>
      <description>&lt;P&gt;&lt;EM&gt;Summary:&amp;nbsp;This article explains how to generate a HAR file using browser developer tools. It includes step-by-step instructions for capturing network traffic to diagnose performance problems.&lt;/EM&gt;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;H2&gt;Abstract&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;This article provides information on what a HAR file is and how to generate one.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;It covers &lt;STRONG&gt;Google Chrome&lt;/STRONG&gt;, &lt;STRONG&gt;Microsoft Edge&lt;/STRONG&gt;, and &lt;STRONG&gt;Mozilla Firefox&lt;/STRONG&gt; (to get a HAR file for Mobile Application with a webview,&amp;nbsp;see&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/How-to-get-HAR-files-for-webviews/ta-p/200413" target="_blank" rel="noopener noreferrer"&gt;this article&lt;/A&gt;).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What is a HAR File?&amp;nbsp;&lt;/H2&gt;
&lt;P&gt;A HAR (HTTP Archive) file is a log of all network requests made by a web page in your web browser. It includes details about each request, such as the URL, response headers, request headers, and timings.&lt;/P&gt;
&lt;P&gt;A HAR file is a useful troubleshooting tool&amp;nbsp;because it provides a comprehensive snapshot of a web page's network activity, allowing for precise issue identification.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;How to generate a HAR File&amp;nbsp;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Chrome and Edge&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 1: Open Developer Tools&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Open Developer Tools using one of the options below:&lt;/P&gt;
&lt;UL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Open the Browser and press F12 on your keyboard, or&lt;/LI&gt;
&lt;LI&gt;Right-click anywhere on the page and select "Inspect" or "Inspect Element", or&lt;/LI&gt;
&lt;LI&gt;On Chrome, you can also use the three-dot menu in the top-right corner of the browser &amp;gt; More tools &amp;gt; Developer tools.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 2: Enable log preservation&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;In Developer Tools, click on the "Network" tab.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Ensure the "Preserve log" checkbox is checked. &lt;BR /&gt;This option keeps the network log intact even after a page refresh or navigation.&lt;/LI&gt;
&lt;LI&gt;Ensure the "Disable cache" checkbox is checked. &lt;BR /&gt;This option keeps the network log fresh and not cached.&lt;/LI&gt;
&lt;LI&gt;Optionally, you can clear the network log by clicking the "Clear" button. ∅ &amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Chrome and Edge:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (7).png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32770i4702790B9FD85743/image-size/large?v=v2&amp;amp;px=999" role="button" title="image (7).png" alt="image (7).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 3: Allow sensitive data to be captured in the HAR file&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;In order for cookies to be included in the HAR file, the 'Allow to generate HAR with sensitive data' must be enabled.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open Settings
&lt;OL&gt;
&lt;LI&gt;In Chrome Developer Tools, click on cog on the top nav bar&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_0-1741282944903.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26826i1683DF79BA0CE97D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_0-1741282944903.png" alt="HannahM_0-1741282944903.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;In Edge Developer Tools, click on the 3 dots in the top right of the nav bar and then select Settings&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_2-1741283546965.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26828iE2D0363D2510CBE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_2-1741283546965.png" alt="HannahM_2-1741283546965.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Select the Preferences tab&lt;/LI&gt;
&lt;LI&gt;Scroll to the Network section&lt;/LI&gt;
&lt;LI&gt;check the 'Allow to generate HAR with sensitive data' checkbox&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_1-1741283042978.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26827i17CF758436372E52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_1-1741283042978.png" alt="HannahM_1-1741283042978.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 4: Generate traffic&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;To capture all network activity on the webpage, you'll need to reload the page or perform the specific actions that trigger the network requests you're interested in (e.g., submitting a form, clicking a link, etc.).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;the actions must be completed in the same tab as Developer Tools is open in for the traffic to be recorded&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 5: Stop Recording&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Once you've captured the network activity you need, return to the "Network" tab in Developer Tools. You should see a list of network requests made by the webpage.&lt;/LI&gt;
&lt;LI&gt;Click the red "Stop" button (square icon) in the top-left corner of the "Network" tab to stop recording network activity.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 6: Export the HAR File&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Export the HAR file using one of the methods below:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In Network Requests
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Right-click anywhere in the list of network requests.&lt;/LI&gt;
&lt;LI&gt;Select Copy &amp;gt;&amp;nbsp; "Copy All as HAR (with sensitive data)".&lt;/LI&gt;
&lt;LI&gt;Choose a location on your computer to save the HAR file, give it a descriptive name, and click "Save."&lt;BR /&gt;or&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;From Network settings bar
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Click "Export HAR (with sensitive data)"&lt;/LI&gt;
&lt;LI&gt;Choose a location on your computer to save the HAR file, give it a descriptive name, and click "Save."&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;Firefox&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Step 1: Open Network Monitor&lt;/H4&gt;
&lt;P&gt;Open Network Monitor (Web Developer Tools, Network tab) using one of the options below:&lt;/P&gt;
&lt;UL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Open the Browser
&lt;UL&gt;
&lt;LI&gt;and press CTRL + SHFT + E on your keyboard, or&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;and select Tools &amp;gt; Web Developer &amp;gt; Web Developer Tools. Then, &amp;nbsp;select the&amp;nbsp;"Network"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tab&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Step 2: Persist Logs&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Ensure the "Persist logs" checkbox is checked. &lt;BR /&gt;This option keeps the network log intact even after a page refresh or navigation.&lt;/LI&gt;
&lt;LI&gt;Optionally, you can clear the network log by clicking the bin icon&amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_4-1739890558929.png" style="width: 27px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26478iDEBBAFA09D77D023/image-dimensions/27x25?v=v2" width="27" height="25" role="button" title="HannahM_4-1739890558929.png" alt="HannahM_4-1739890558929.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H4&gt;Step 3: Generate Traffic&lt;/H4&gt;
&lt;P&gt;To capture all network activity on the webpage, you'll need to reload the page or perform the specific actions that trigger the network requests you're interested in (e.g., submitting a form, clicking a link, etc.).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;the actions must be completed in the same tab as Web Developer Tools is open in for the traffic to be recorded&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN&gt;Step 4:&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Stop Recording&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Once you've captured the network activity you need, return to the "Network" tab in Web Developer Tools. You should see a list of network requests made by the webpage.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Click the "pause" button,&amp;nbsp;| | , to stop recording network activity.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Step 5: Export the HAR File&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Export the HAR file using one of the methods below:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In Network Requests
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Right-click anywhere in the list of network requests.&lt;/LI&gt;
&lt;LI&gt;Select "Save All As &lt;U&gt;H&lt;/U&gt;AR".&lt;/LI&gt;
&lt;LI&gt;Choose a location on your computer to save the HAR file, give it a descriptive name, and click "Save."&lt;BR /&gt;or&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;From Network settings bar
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Click "HAR"&lt;/LI&gt;
&lt;LI&gt;Select "Save All As &lt;U&gt;H&lt;/U&gt;AR".&lt;/LI&gt;
&lt;LI&gt;Choose a location on your computer to save the HAR file, give it a descriptive name, and click "Save."&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Useful Links&lt;/H2&gt;
&lt;P&gt;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/How-to-get-HAR-files-for-webviews/ta-p/200413" target="_blank" rel="noopener"&gt;How to get HAR files for webviews?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/How-to-enable-dtHealthCheck/ta-p/270111" target="_blank" rel="noopener"&gt;How to enable dtHealthCheck&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id="link_6" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/Web-applications-Use-Fiddler-for-debugging/ta-p/239009" target="_blank" rel="noopener"&gt;Web applications: Use Fiddler for debugging&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Apr 2026 13:18:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Generate-a-HAR-File-for-Web-Debugging-and-Performance-Analysis/ta-p/223391</guid>
      <dc:creator>Dyna_Patrick</dc:creator>
      <dc:date>2026-04-16T13:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a HAR file and enable dtHealthCheck.</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Generate-a-HAR-File-for-Web-Debugging-and-Performance-Analysis/tac-p/223964#M315</link>
      <description>&lt;P&gt;Great write up. Really helpful info. Thanks Patrick.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 10:06:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Generate-a-HAR-File-for-Web-Debugging-and-Performance-Analysis/tac-p/223964#M315</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2023-09-27T10:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a HAR file and enable dtHealthCheck.</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Generate-a-HAR-File-for-Web-Debugging-and-Performance-Analysis/tac-p/225439#M321</link>
      <description>&lt;P&gt;Great &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank you !&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 10:32:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Generate-a-HAR-File-for-Web-Debugging-and-Performance-Analysis/tac-p/225439#M321</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-10-16T10:32:42Z</dc:date>
    </item>
  </channel>
</rss>

