oesmith / puffing-billy

A rewriting web proxy for testing interactions between your browser and external sites. Works with ruby + rspec.
MIT License
654 stars 170 forks source link

Can there be a feature to save requests as HAR files? #304

Closed snackattas closed 2 years ago

snackattas commented 3 years ago

Feature request:

I prefer HAR files for analyzing requests, can there be an option to save the output as HAR files with c.record_requests = true?

ronwsmith commented 3 years ago

I briefly looked into HAR files and don't see a need for using them personally.

snackattas commented 3 years ago

I think HAR files are the default way to represent network traffic

HARs are great for viewing network traffic RIGHT in your browser, here's an example 2020-11-23 09 47 49

ronwsmith commented 3 years ago

I get that, but I don't see puffing-billy as a tool meant for network traffic. It would require a large rewrite and migration plan with very little upside. Feel free to propose a PR.

ronwsmith commented 2 years ago

Stale issue, closing. Feel free to reopen if this is still desired.