Extracting HTTP responses from HAR file to filesystem

hertzsprung picture hertzsprung · Aug 5, 2015 · Viewed 8.1k times · Source

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?

Answer

Jan Matějka picture Jan Matějka · Jul 27, 2016

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