Hey, I'm Nghia Tran - Creator of Proxyman (<a href="https://proxyman.io" rel="nofollow">https://proxyman.io</a>), which is a native macOS app that allows you to intercept HTTP/HTTPS traffic from your Macbook, iOS, and Android devices with ease.<p>Recently, we have shipped the <i></i>Scripting feature<i></i> that allows you:<p>- Modify the HTTP Request/Response contents (Headers, Method, Host, Path, Domain, Body, ..) by writing Javascript Code. Imagine that you can do all advanced tools programmatically by JS Code. 10x faster and more productive.<p>- Built-in Addons and Snippet Code for common tasks: Hashing, Base64, Compression, ...<p>- Rewrite the Core v2 with Apple Swift-NIO - high-performance more reliable.<p>Personally, it's one of the proud features that I've shipped. JavascriptCore framework enables Proxyman to communicate between the JS code and Swift code. You can write your own addons and libraries to achieve what Proxyman is missing.<p>Hopefully, Proxyman could help our work (developer) becomes easier and has more time for family and friends. Welcome all feedback<p>Documentations:<p>- Scripting Tool: <a href="https://docs.proxyman.io/scripting/script" rel="nofollow">https://docs.proxyman.io/scripting/script</a>
- Addons and Snippet Code: <a href="https://docs.proxyman.io/scripting/snippet-code" rel="nofollow">https://docs.proxyman.io/scripting/snippet-code</a>
- How to write your own JS addon: <a href="https://docs.proxyman.io/scripting/write-your-own-addons" rel="nofollow">https://docs.proxyman.io/scripting/write-your-own-addons</a>