saucelabs / forwarder

Forwarder is a production-ready, fast MITM proxy with PAC support. It's suitable for debugging, intercepting and manipulating HTTP traffic. It's used as a core component of Sauce Labs Sauce Connect Proxy.
https://forwarder-proxy.io
Mozilla Public License 2.0
233 stars 13 forks source link

Dump request response to a HAR file #71

Open mmatczuk opened 2 years ago

mmatczuk commented 2 years ago

See https://github.com/abourget/goproxy/tree/master/har

mmatczuk commented 2 years ago

Related to #70

mmatczuk commented 2 years ago

Another handy HAR resource is https://github.com/grafana/k6/tree/master/converter/har

mmatczuk commented 1 year ago

Another one https://github.com/google/martian/tree/master/har

mmatczuk commented 1 year ago

This is now very simple with Martian based implementation.