5

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?

hertzsprung
  • 7,821
  • 4
  • 34
  • 67

1 Answers1

7

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

Jan Matějka
  • 1,679
  • 12
  • 27