Hi everyone,
I would like to suggest a new feature for Chrome/DevTools for analysis automation.
Background
Around a year ago I started to build an open source project called Page Analyzer.
The description of this project can be found here:
We use the page analyzer to monitor the performance of the web applications we are analyzing for other project teams.
Now we would like to extend the application in order to generate HTTP Archive(HAR) files for applications that are only accessible through Kerberos.
Issue
There are several solutions on the market which allow to create HAR files, running as web applications or as a service.
But most of them do not support an easy way to do this with Kerberos applications. Or the solution will get really complicated in the end.
Solution
If there would be a flag to dump a .har-File to stdout or to the disk, this would make it very easy to create the solution I'm lokking for, as I also can do the neccessary settings for Kerberos on the command line that I need.
Also such a feature could get really handy for other purposes, like analysis and reporting in a build automation tool like jenkins or TeamCity.
Surely there are other features of the DevTools that would be useful to have through the command line.
Also from what I found it would currently be the only solution that would provide this capability in such an easy way.
Cheers
Reto