When and How to Generate HAR file?

When and How to Generate HAR file?

What is HAR File?
It's short for HTTP Archive- used for troubleshooting web console issues, identifying performance issues and page rendering problems.
HAR log should be collected from the machine from which you are trying to connect to the web application.

When should we need to collect the HAR file from the customer?
  1. When console errors are thrown
  2. When cross-account data fetched in any fields like category/requester/technician/group
  3. When the data is not fetched in any of the fields like User/Site/Group/Technician/category
  4. Proxy-related issues
How to collect HAR files?
  1. Right-click in the browser window or tab and select Inspect.
  2. Click the Network tab in the panel that appears.
  3. Refresh the Page on which the issue occurs 
  4. Right-click on any of the URL's listed >> Select Save all as HAR with content






                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • How to extract HAR and Console Logs

                        Before taking HAR and Console logs Inspect the page, click on the corresponding tabs (as mentioned below) and then recreate the issue, only then the error trace will be written on the logs that needs to be analyzed. How to Inspect: Right click on the ...
                      • How to generate console logs

                        Kindly right click on the screen , go to inspect >> console. Clear the console and try to recreate the issue . Once the recreation is done. Share the console screenshot .
                      • Linux console commands

                        Linux console commands *. To Install from console mode : - Download bin - Execute the command to make the bin executable - chmod 755 ManageEngine_ServiceDeskPlus_MSP_64bit.bin ( Color of the bin will get changed to green I.e Executable mode ) - ...
                      • req_file_path,"request" error while executing scripts

                        Message : Traceback (most recent call last): File "X.py", line 10, in <module> requestObj = read_file(req_file_path,"request") File "C:\Program Files\ManageEngine\ServiceDeskPlus- This error will be thrown when the application is installed under ...
                      • Query to generate the report based on the total number of requests actioned by the technicians (MSSQL & PGSQL)

                        Tested in builds PGSQL (14300) or MSSQL (14306) This is a comprehensive report on the total number of requests updated by a technicians. This query provides a holistic view of technician activity like updating resolution process, such as updating or ...