justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.92k stars 598 forks source link

May I save Har file of all requests? #858

Closed Alex2357 closed 2 years ago

Alex2357 commented 3 years ago

Hi, we're doing automated UI tests. I would like to save har file of all requests passed through the proxy. Can I do this? I know BrowserMob proxy can do this, but it is implemented in Java. I'd like to have something in .Net. Any chance to get har?

honfika commented 2 years ago

It is not possible. Duplicete of #490