Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extracting HTTP responses from HAR file to filesystem

Tags:

extract

har

Is there a tool that can extract documents that appear in HTTP responses and dump them to the filesystem, ideally using path and filenames from the original HTTP requests?

like image 708
hertzsprung Avatar asked Aug 05 '15 09:08

hertzsprung


People also ask

What do HAR files contain?

What is a HAR file? HAR is an abbreviation of 'HTTP Archive'. It is a file containing a log of trace information from within a browser session. It records web requests made by the browser to the website page including request and response headers, the body, and the time it takes to load the assets.


1 Answers

https://github.com/outersky/har-tools can extract the response bodies into filesystem hierarchy that reflects the path from HTTP request.

like image 121
Jan Matějka Avatar answered Sep 30 '22 01:09

Jan Matějka