What's Changed
- HTTP/2 MITM Full Support by @ErikPelli in #785
- Use Go standard library to check port by @ErikPelli in #795
Full Changelog: v1.8.6...v1.9.0
Highlights & Acknowledgements
- HTTP/2 MITM Support: This release introduces native support for inspecting and manipulating HTTP/2 traffic within GoProxy's MITM functionality.
A special thanks to the team at @LumiaSecurity (including @omriza for the review) for supporting the development of these HTTP/2 MITM features and contributing to this major enhancement.
Achieving full HTTP/2 MITM capability represents a huge milestone for GoProxy, taking our library to the next level for whoever needs it.
To enable it, make sure thatAllowHTTP2is set totruein the proxy configuration.
⚠️ Possible Breaking Change
- Previously there was an incomplete implementation of HTTP/2 inside the
h2.gofile, with an exported H2Transport struct. Probably no one was using it, but if you were, be careful that in this release it has been removed to create the full HTTP/2 MITM implementation.