james-proxy / james

Web Debugging Proxy Application
1.42k stars 125 forks source link

Export to HAR #414

Open dotancohen opened 5 years ago

dotancohen commented 5 years ago

Many HTTP exploration tools, including Charles and Google Chrome Dev Tools, support exporting data as an HTTP Archive format.

This feature request is to add support for exporting data from James as HAR.

pimterry commented 5 years ago

Since https://github.com/james-proxy/james/commit/872d3952d645941eeb1f4c889c61c4fb62ff1c86 this project is in maintenance mode @dotancohen, so I think it's unlikely this is coming unless you open a PR yourself.

I am working on a similar open-source project over at httptoolkit.tech though, which does have HAR import & export, and might work for you.