Questions tagged [har]

har is the HTTP Archive format that can be used by HTTP monitoring tools to export collected data.

har, the HTTP Archive format, is adopted by browsers and tools to persist network analysis data captured (collected) monitoring the page activity (i.e. to see what resources a web page is using, bandwidth and cache usage, and so on). har files (HTTP tracing logs) can be processed by specific statistical software or visualized by tools such as for example harviewer. See also the HAR 1.2 Specification

170 questions
-1
votes
0 answers

Converting HAR files to Wiremock Stubs?

I've got a HAR file, and I would like extract some request matching wiremock stubs from it. Does anyone have a way to automatically convert HAR files (see https://en.wikipedia.org/wiki/HAR_(file_format) ) to wiremock stub files?
Nicholas DiPiazza
  • 10,029
  • 11
  • 83
  • 152
-1
votes
1 answer

phantomjs not working using exec

i can run phantomjs-netsniff code to create har file in terminal (as root) but when i execute it using php it returns does create har file but with zero bites. same code executed both times. i have disabled safe-mode in php, 777 permission on har…
aruth
  • 99
  • 1
  • 11
-2
votes
1 answer

How does Playwright tracing file compare to HAR file?

Playwright lets you record HAR, but there's also context.tracing.start. The latter also lets you capture screenshots to the resulting ZIP, but HAR file seems to be better supported outside of Playwright. So what is the difference, are trace files…
-2
votes
1 answer

Chrome-har-capturer and Android via ADB

I need to use chrome-har-capturer with an Android phone via ADB. With Chrome on the local machine, one can start Chrome with the following switch: --remote-debugging-port= and then use chrome-hat-capturer as below to connect to the specified…
kakhkAtion
  • 2,264
  • 22
  • 23
-2
votes
1 answer

How to Import files to HDFS as HAR archive? in Java

Currently we are importing files into HDFS by invoking the the org.apache.hadoop.fs.FileSystem.moveFromLocalFile() method in the FileSystem API of hadoop, now we are encountering some large heap size in our namenode due to the number of small files…
1 2 3
11
12