HTTP Archive (HAR) stores all web requests made by the browser, including:
The request and response headers and bodies.
Connection, response, and download times.
Failed requests or network errors.
HAR files help troubleshoot issues related to speed, caching, performance analysis, and security assessments. Please follow the steps below to generate a HAR file based on your browser.
Prerequisite: Be on the page where you encountered the issue.
For Google Chrome
Right-click the page > Inspect.
Navigate to the Network tab and click the record button. Refresh the page and repeat the action that caused trouble to capture the issue as output.
Right-click any of the files listed and click Save all as HAR with content.
For Firefox
Click the hamburger icon > More Tools > Web Developer > Network.
Reload the page and redo the action that initially caused trouble. Right-click any of the files listed and click Save All As HAR.
For Microsoft Edge
Right-click the page > Inspect > Network tab.
Refresh the page and once again perform the action to record the issue as output.
Click the down arrow icon (shows Export HAR when hovered over) and save the file in the desired location.
For Safari
Check if you have the Develop menu listed in the menu bar. If not, go to Safari > Settings > Advanced > Show features for web developers.
Go to Develop > Show Web Inspector.
Right-click the page > Inspect > Network tab.
Reload the page and repeat the action to record the issue.
Click the Export tab.
Once the HAR files are exported, save them in the desired location. These files can be used to analyze and troubleshoot the issue.
When installing Tomcat plugins, you may encounter the following error: Unauthorized user. Does not have permissions. HTTP Error 401: This error usually occurs when the user accessing the Tomcat Manager application does not have the necessary ...
When installing the RabbitMQ plugin, you may encounter the following errors: HTTP Error 404: Not Found: This error usually occurs when Site24x7's RabbitMQ monitoring plugin attempts to access the /api/overview page of RabbitMQ, but the resource ...
If you're encountering the pymysql module not found error, it likely means that the pymysql Python library is not installed on the server. pymysql is a Python package that provides a way to interact with MySQL databases using Python code and is used ...
The NGINX plugin uses the NGINX status page to pull the performance metrics of the NGINX server. You may encounter the following errors while installing the NGINX plugin integration: Error_code : HTTP Error 404: This error usually indicates that the ...
Response time is a combination of DNS time, connection time, SSL Handshake time (for HTTPS) and download time. Spikes in response time could be due to increase in DNS time or connection time or download time. Some factors to consider: In case of ...