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.
The Apache mod_status module enables users to view detailed performance metrics of the Apache web server. You must enable and configure the mod_status correctly in the Apache configuration file to get performance metrics from Apache and view ...
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 Jenkins monitoring plugins, you may encounter the following error: HTTP Error 403: Forbidden: This error usually indicates that you don't have the necessary permissions to access a particular resource or perform a specific action ...
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 ...