<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-2048 How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2048 How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file</link><pubDate>Wed, 07 May 2025 21:03:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Ryan Good</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Current Revision posted to Appian Knowledge Base by Ryan Good on 5/7/2025 9:03:10 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;Important Security Considerations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;Chrome/Edge&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome/Edge, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome/Edge. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Chrome/Edge is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;click the download button in the toolbar with the &amp;quot;Preserve log&amp;quot; button to export the HAR file&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;h3 id="toc-hId--670852140"&gt;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as HAR&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the &amp;#39;Clear entries on navigate&amp;#39; option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). The icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button. The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). The icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). The icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;As&amp;nbsp;&lt;span&gt;these steps guide usage of third party software, they could change without notice. Consult the documentation for the relevant browser for the most current and accurate steps for obtaining a network capture.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2022&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web browser, browser, how-to, network&lt;/div&gt;
</description></item><item><title>KB-2048 How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/25</link><pubDate>Wed, 26 Jan 2022 23:52:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 25 posted to Appian Knowledge Base by Elly Meng on 1/26/2022 11:52:24 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;Important Security Consciderations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;Chrome/Edge&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome/Edge, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome/Edge. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Chrome/Edge is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;click the download button in the toolbar with the &amp;quot;Preserve log&amp;quot; button to export the HAR file&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;h3 id="toc-hId--670852140"&gt;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as HAR&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the &amp;#39;Clear entries on navigate&amp;#39; option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). The icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). The icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). The icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;As&amp;nbsp;&lt;span&gt;these steps guide usage of third party software, they could change without notice. Consult the documentation for the relevant browser for the most current and accurate steps for obtaining a network capture.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2022&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web browser, browser, how-to, network&lt;/div&gt;
</description></item><item><title>KB-2048 How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/24</link><pubDate>Wed, 26 Jan 2022 23:52:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 24 posted to Appian Knowledge Base by Elly Meng on 1/26/2022 11:52:03 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;Important Security Consciderations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;Chrome/Edge&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome/Edge, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome/Edge. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Chrome/Edge is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;click the download button in the toolbar with the &amp;quot;Preserve log&amp;quot; button to export the HAR file&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;h3 id="toc-hId--670852140"&gt;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as HAR&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the &amp;#39;Clear entries on navigate&amp;#39; option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). The icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). The icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). The icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;As&amp;nbsp;&lt;span&gt;these steps guide usage of third party software, they could change without notice. Consult the documentation for the relevant browser for the most current and accurate steps for obtaining a network capture.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web browser, browser, how-to, network&lt;/div&gt;
</description></item><item><title>KB-2048 How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/23</link><pubDate>Tue, 10 Mar 2020 14:40:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 23 posted to Appian Knowledge Base by Rebecca Jonas on 3/10/2020 2:40:19 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;Important Security Considerations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;click the download button in the toolbar with the &amp;quot;Preserve log&amp;quot; button to export the HAR file&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;h3 id="toc-hId--670852140"&gt;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as HAR&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the &amp;#39;Clear entries on navigate&amp;#39; option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). The icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). The icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). The icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;As&amp;nbsp;&lt;span&gt;these steps guide usage of third party software, they could change without notice. Consult the documentation for the relevant browser for the most current and accurate steps for obtaining a network capture.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web browser, browser, how-to, network&lt;/div&gt;
</description></item><item><title>KB-2048 How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/22</link><pubDate>Tue, 10 Mar 2020 14:39:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 22 posted to Appian Knowledge Base by Rebecca Jonas on 3/10/2020 2:39:35 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;Important Security Considerations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;click the download button in the toolbar with the &amp;quot;Preserve log&amp;quot; button to export the HAR file&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;h3 id="toc-hId--670852140"&gt;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as HAR&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the &amp;#39;Clear entries on navigate&amp;#39; option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). The icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). The icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). The icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;As&amp;nbsp;&lt;span&gt;these steps guide usage of third party software, they could change without notice. Consult the documentation for the relevant browser for the most current and accurate steps for obtaining a network capture.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web browser, browser, how-to, network&lt;/div&gt;
</description></item><item><title>KB-2048 How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/21</link><pubDate>Sun, 05 Jan 2020 23:57:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 21 posted to Appian Knowledge Base by Parmida Borhani on 1/5/2020 11:57:09 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;Important Security Considerations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save all as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;h3 id="toc-hId--670852140"&gt;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as HAR&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the &amp;#39;Clear entries on navigate&amp;#39; option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). The icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). The icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). The icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;As&amp;nbsp;&lt;span&gt;these steps guide usage of third party software, they could change without notice. Consult the documentation for the relevant browser for the most current and accurate steps for obtaining a network capture.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web browser, browser, how-to, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/20</link><pubDate>Sun, 05 Jan 2020 23:56:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 20 posted to Appian Knowledge Base by Parmida Borhani on 1/5/2020 11:56:18 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;Important Security Considerations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save all as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;h3 id="toc-hId--670852140"&gt;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as HAR&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the &amp;#39;Clear entries on navigate&amp;#39; option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). The icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). The icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). The icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;As&amp;nbsp;&lt;span&gt;these steps guide usage of third party software, they could change without notice. Consult the documentation for the relevant browser for the most current and accurate steps for obtaining a network capture.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web browser, browser, how-to, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/19</link><pubDate>Sun, 05 Jan 2020 23:51:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 19 posted to Appian Knowledge Base by Parmida Borhani on 1/5/2020 11:51:26 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;Important Security Considerations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;h3 id="toc-hId--670852140"&gt;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). The icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). The icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). The icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;As&amp;nbsp;&lt;span&gt;these steps guide usage of third party software, they could change without notice. Consult the documentation for the relevant browser for the most current and accurate steps for obtaining a network capture.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web browser, browser, how-to, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/18</link><pubDate>Sun, 05 Jan 2020 23:49:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 18 posted to Appian Knowledge Base by Parmida Borhani on 1/5/2020 11:49:09 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;Important Security Considerations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;h3 id="toc-hId--670852140"&gt;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&amp;nbsp;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;As&amp;nbsp;&lt;span&gt;these steps guide usage of third party software, they could change without notice. Consult the documentation for the relevant browser for the most current and accurate steps for obtaining a network capture.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web browser, browser, how-to, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/17</link><pubDate>Sun, 05 Jan 2020 23:48:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 17 posted to Appian Knowledge Base by Parmida Borhani on 1/5/2020 11:48:21 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3&gt;Important Security Considerations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;h3 id="toc-hId--670852140"&gt;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&amp;nbsp;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;As&amp;nbsp;&lt;span&gt;these steps guide usage of third party software, they could change without notice. Consult the documentation for the relevant browser for the most current and accurate steps for obtaining a network capture.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: browser, how-to, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/16</link><pubDate>Sun, 05 Jan 2020 23:44:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Tristan Newmann on 1/5/2020 11:44:31 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h4&gt;Important Security Considerations&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;How to generate a HAR file in Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--670852140"&gt;How to generate a HAR file in&amp;nbsp;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;How to generate a&amp;nbsp;capture file in&amp;nbsp;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="toc-hId--669928619"&gt;Note&lt;/h3&gt;
&lt;p&gt;These steps were correct at the time this document was published. However, since these steps guide usage of third party software, they could change without notice. Please consult the documentation for the browser that you are using for the most current and accurate steps for obtaining a network capture.&lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: browser, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/15</link><pubDate>Sun, 05 Jan 2020 22:48:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Tristan Newmann on 1/5/2020 10:48:06 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h4&gt;Important Security Considerations&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="toc-hId--671775661"&gt;How to generate a HAR file in Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--670852140"&gt;How to generate a HAR file in&amp;nbsp;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" rel="nofollow noopener noreferrer" target="_blank"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;How to generate a&amp;nbsp;capture file in&amp;nbsp;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: browser, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a browser network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/14</link><pubDate>Thu, 15 Feb 2018 23:54:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Tristan Newmann on 2/15/2018 11:54:58 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3 id="toc-hId--671775661"&gt;How to generate a HAR file in Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--670852140"&gt;How to generate a HAR file in&amp;nbsp;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" target="_blank" rel="nofollow noopener noreferrer"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;How to generate a&amp;nbsp;capture file in&amp;nbsp;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;Important Security Considerations&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;li&gt;Unless specifically troubleshooting a login related issue, avoid capturing network requests related to authenticating with the product.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: browser, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/13</link><pubDate>Tue, 13 Feb 2018 23:39:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Parmida Borhani on 2/13/2018 11:39:52 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3 id="toc-hId--671775661"&gt;How to generate a HAR file in Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--670852140"&gt;How to generate a HAR file in&amp;nbsp;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" target="_blank" rel="nofollow noopener noreferrer"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;How to generate a&amp;nbsp;capture file in&amp;nbsp;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once the HAR file (network capture) has been obtained, attach it to the support case for review.&lt;/p&gt;
&lt;h4&gt;Important Security Considerations&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tested.&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: browser, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/12</link><pubDate>Tue, 13 Feb 2018 23:36:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Tristan Newmann on 2/13/2018 11:36:26 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3 id="toc-hId--671775661"&gt;How to generate a HAR file in Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--670852140"&gt;How to generate a HAR file in&amp;nbsp;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" target="_blank" rel="nofollow noopener noreferrer"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;How to generate a&amp;nbsp;capture file in&amp;nbsp;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once the HAR file (network capture) has been obtained, attach it to the support case for review.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important Security Considerations&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tedted&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: browser, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/11</link><pubDate>Tue, 13 Feb 2018 23:36:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Tristan Newmann on 2/13/2018 11:36:05 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3 id="toc-hId--671775661"&gt;How to generate a HAR file in Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--670852140"&gt;How to generate a HAR file in&amp;nbsp;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" target="_blank" rel="nofollow noopener noreferrer"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;How to generate a&amp;nbsp;capture file in&amp;nbsp;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once the HAR file (network capture) has been obtained, attach it to the support case for review.&lt;/p&gt;
&lt;p&gt;*Important Security Considerations*&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Do not visit other websites while recording a network capture. Ensure that before saving a capture, there are no requests to other websites or services outside what is being tedted&lt;/li&gt;
&lt;li&gt;Logout and log back into the testing environment after the capture has been saved. This ensures that any session details obtained in the capture will be invalid&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: browser, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/10</link><pubDate>Mon, 12 Feb 2018 00:18:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Sasa Denda</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Sasa Denda on 2/12/2018 12:18:58 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3 id="toc-hId--671775661"&gt;How to generate a HAR file in Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--670852140"&gt;How to generate a HAR file in&amp;nbsp;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" target="_blank" rel="nofollow noopener noreferrer"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;How to generate a&amp;nbsp;capture file in&amp;nbsp;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once the HAR file (network capture) has been obtained, attach it to the support case for review.&lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: browser, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/9</link><pubDate>Sun, 11 Feb 2018 23:11:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Sasa Denda</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Sasa Denda on 2/11/2018 11:11:10 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3 id="toc-hId--671775661"&gt;How to generate a HAR file in Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--670852140"&gt;How to generate a HAR file in&amp;nbsp;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" target="_blank" rel="nofollow noopener noreferrer"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;How to generate a&amp;nbsp;capture file in&amp;nbsp;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once the HAR file (network capture) has been obtained, attach it to the support case for review.&lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;
&lt;table style="height:141px;border-color:#ffffff;" width="490"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="border-color:#ffffff;background-color:#ebeff2;"&gt;&lt;p align="center"&gt;[Please visit the site to access the poll]&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: browser, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/8</link><pubDate>Sun, 11 Feb 2018 23:00:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Sasa Denda</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Sasa Denda on 2/11/2018 11:00:27 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3 id="toc-hId--671775661"&gt;How to generate a HAR file in Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--670852140"&gt;How to generate a HAR file in&amp;nbsp;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" target="_blank" rel="nofollow noopener noreferrer"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;How to generate a&amp;nbsp;capture file in&amp;nbsp;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once the HAR file (network capture) has been obtained, attach it to the support case for review.&lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;
&lt;table style="height:141px;border-color:#000000;" width="490"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="border-color:#000000;background-color:#ebeff2;"&gt;&lt;p align="center"&gt;[Please visit the site to access the poll]&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: browser, network&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/1</link><pubDate>Tue, 06 Feb 2018 00:16:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Tristan Newmann on 2/6/2018 12:16:09 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Sometimes, when troubleshooting complex issues with Appian, it&amp;#39;s necessary for us to get some additional information to troubleshoot the issue further.&amp;nbsp;&amp;nbsp; A network capture helps us understand the requests that are issued from your browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3 id="toc-hId--671775661"&gt;How to generate a HAR file in Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where you are experiencing trouble&lt;/li&gt;
&lt;li&gt;Select the Chrome menu (⋮) at the top-right of your browser window, then select&amp;nbsp;Tools &amp;gt; Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Tools will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;Select the option&amp;nbsp;Preserve log&lt;/li&gt;
&lt;li&gt;The recording should start automatically and you will see&amp;nbsp;a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in your browser.&lt;/li&gt;
&lt;li&gt;Refresh the page you are on. The goal is to reproduce the problem you&amp;#39;ve been experiencing while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once you&amp;#39;ve encountered the problem successfully while recording,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click&amp;nbsp;Save as HAR with Content&amp;nbsp;to save a copy of the activity that you recorded.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--670852140"&gt;How to generate a HAR file in&amp;nbsp;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where you are experiencing trouble.&lt;/li&gt;
&lt;li&gt;Select the Firefox menu (Three horizontal parallel lines) at the top-right of your browser window, then select&amp;nbsp;Developer &amp;gt; Network.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Enable persistent logs&lt;/a&gt;&amp;nbsp;in the&amp;nbsp;Toolbox Options&amp;nbsp;&amp;gt; Common Preferences&amp;nbsp;(click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" target="_blank" rel="nofollow noopener noreferrer"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane). &amp;nbsp;Click on the&amp;nbsp;Network&amp;nbsp;tab after setting the option.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;The recording will start automatically once you start performing actions in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page you are on. The goal is to reproduce the problem you&amp;#39;ve been experiencing while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once you have reproduced the issue and you see that all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;How to generate a&amp;nbsp;capture file in&amp;nbsp;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;Use&amp;nbsp;&lt;a title="See steps for IE on Microsoft.com ..." href="https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/f12-devtools-guide/" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Microsoft&amp;nbsp;F12&amp;nbsp;Developer Tools&lt;/a&gt;&amp;nbsp;and the&amp;nbsp;&lt;a title="View Network Tool steps..." href="https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/f12-devtools-guide/network/" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Network Tool&lt;/a&gt;&amp;nbsp;to capture the browser headers. Then export the captured traffic as&amp;nbsp;HAR file (or XML if using older version of IE).&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on your keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). Note: the icon looks like a green triangle&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.&amp;nbsp;The goal is to reproduce the problem you&amp;#39;ve been experiencing while IE is recording activity&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page you have in your browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). Note: the icon looks like a red square&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). Note: the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once your have obtained the HAR capture, attach it to the support case for review.&lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to generate a network capture (HAR) file</title><link>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file/revision/7</link><pubDate>Mon, 05 Feb 2018 20:59:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d08a3da-5e80-4acb-9eb3-65c8546d58de</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/817/kb-2048-how-to-generate-a-browser-network-capture-har-file#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Tristan Newmann on 2/5/2018 8:59:22 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Technical Support may request a network capture when troubleshooting complex issues. A network capture helps to understand the requests that are issued from the browser, and the raw response that is returned by the server.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;h3 id="toc-hId--671775661"&gt;How to generate a HAR file in Chrome&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Chrome, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 on the keyboard to open the Developer Tools interface.&lt;/li&gt;
&lt;li&gt;The Developer Tools interface will open as a docked panel at the side or bottom of Chrome. Click on the&amp;nbsp;Network tab.&lt;/li&gt;
&lt;li&gt;If available, select the option &amp;#39;Preserve log&amp;#39;.&lt;/li&gt;
&lt;li&gt;The recording should start automatically and there will be a&amp;nbsp;red circle&amp;nbsp;at the top left of the&amp;nbsp;Network&amp;nbsp;tab.&amp;nbsp;If not,&amp;nbsp;click the&amp;nbsp;black circle, to start recording activity in the browser.&lt;/li&gt;
&lt;li&gt;Refresh the page. The goal is to reproduce the problem that has been experienced while Google Chrome is recording activity.&lt;/li&gt;
&lt;li&gt;Once the problem has been reproduced,&amp;nbsp;right-click&amp;nbsp;within the&amp;nbsp;Network&amp;nbsp;tab and click &amp;#39;Save as HAR with content&amp;#39; to save a copy of the activity.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient.&lt;/li&gt;
&lt;/ol&gt;
&lt;div id="magicdomid212"&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--670852140"&gt;How to generate a HAR file in&amp;nbsp;Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Firefox, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Hit F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;The Developer Network Tools will open as a docked panel at the side or bottom of Firefox. Click on the&amp;nbsp;Network&amp;nbsp;tab. Before starting the capture, be sure to enable&amp;nbsp;the setting:&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings#Common_preferences" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Enable persistent logs&lt;/a&gt; (this can be done directly from the network panel, or if not available, click on&amp;nbsp;&lt;a href="https://developer.mozilla.org/en-US/docs/Tools/Settings" target="_blank" rel="nofollow noopener noreferrer"&gt;gear icon on the Toolbox toolbar&lt;/a&gt;&amp;nbsp;to open the Toolbox Options&amp;nbsp;pane).&lt;/li&gt;
&lt;li&gt;The recording will start automatically once actions are performed in the browser.&lt;/li&gt;
&lt;li&gt;Refresh&amp;nbsp;the page. The goal is to reproduce the problem that has been experienced while Firefox is recording activity.&lt;/li&gt;
&lt;li&gt;Once a successful reproduction of the issue has been performed and all of the actions have been generated in the Developer Network Panel (should just take a few seconds),&amp;nbsp;right-click&amp;nbsp;anywhere under the &amp;quot;File&amp;quot; column and click on &amp;quot;Save All as Har&amp;quot;.&lt;/li&gt;
&lt;li&gt;Save the HAR file somewhere convenient and close the developer panel.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3 id="toc-hId--669928619"&gt;How to generate a&amp;nbsp;capture file in&amp;nbsp;Internet Explorer (IE)&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;In Internet Explorer, go to the page within Appian where the issue has been observed.&lt;/li&gt;
&lt;li&gt;Press the&amp;nbsp;F12&amp;nbsp;key on the keyboard. This should open the&amp;nbsp;Developer Tools&amp;nbsp;panel in IE. If not, find it on the browser menu:&amp;nbsp;F12 Developer Tools.&lt;/li&gt;
&lt;li&gt;In the Developer Tools panel, click the&amp;nbsp;Network&amp;nbsp;panel and then deselect the&amp;nbsp;Clear entries on navigate&amp;nbsp;option. (on by default).&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Network&amp;nbsp;panel/button and then the&amp;nbsp;Start Capturing&amp;nbsp;button (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a green triangle.&lt;/li&gt;
&lt;li&gt;Click the IE&amp;nbsp;Refresh&amp;nbsp;button.The goal is to reproduce the problem that has been experienced while IE is recording activity.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Developer Tool&amp;nbsp;panel should now show a list of the URLs that are included in the page in the browser.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Stop&amp;nbsp;button when the issue has been reproduced (or press&amp;nbsp;Ctrl + E). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a red square.&lt;/li&gt;
&lt;li&gt;Click the&amp;nbsp;Export captured traffic&amp;nbsp;icon and save the file somewhere convenient&amp;nbsp;(or press&amp;nbsp;Ctrl + S). &lt;strong&gt;Note:&lt;/strong&gt; the icon looks like a floppy disk.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once the HAR file (network capture) has been obtained, attach it to the support case for review.&lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: browser, network&lt;/div&gt;
</description></item></channel></rss>