You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There exists a very handy tool for performance analysis called BrowserMob Proxy. It allows you to capture HAR files for any browser by acting as a simple MITM proxy. It does not support SPDY, HTTP 2, or TLS, though. Proxygen could be an ideal replacement, if it had the ability of recording requests and outputting them as HAR. I see that there already exists code for reading / replaying HAR files in the test suite code, so I'm wondering if recording HAR files is on the horizon.
The text was updated successfully, but these errors were encountered:
Given that this needs to be a proxy to be really useful, we'd have to do this after making more of our proxy implementations open source. It could be more simply implemented as an HTTP server filter, but it's not on our immediate priority list. Want to send a PR?
Summary:
This will allow to be able to create different kind of handshake going forward.
Pull Request resolved: facebook/mvfst#59
Reviewed By: siyengar
Differential Revision: D18088574
Pulled By: mjoras
fbshipit-source-id: 0732bb63a9e243fef77cdaf4f76e711fcb09ecdc
There exists a very handy tool for performance analysis called BrowserMob Proxy. It allows you to capture HAR files for any browser by acting as a simple MITM proxy. It does not support SPDY, HTTP 2, or TLS, though. Proxygen could be an ideal replacement, if it had the ability of recording requests and outputting them as HAR. I see that there already exists code for reading / replaying HAR files in the test suite code, so I'm wondering if recording HAR files is on the horizon.
The text was updated successfully, but these errors were encountered: