TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Proxyman – Modify HTTP Request/Response by JavaScript Code with Ease

6 pointsby nghiatran_feelsalmost 5 years ago

1 comment

nghiatran_feelsalmost 5 years ago
Hey, I&#x27;m Nghia Tran - Creator of Proxyman (<a href="https:&#x2F;&#x2F;proxyman.io" rel="nofollow">https:&#x2F;&#x2F;proxyman.io</a>), which is a native macOS app that allows you to intercept HTTP&#x2F;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&#x2F;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&#x27;s one of the proud features that I&#x27;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:&#x2F;&#x2F;docs.proxyman.io&#x2F;scripting&#x2F;script" rel="nofollow">https:&#x2F;&#x2F;docs.proxyman.io&#x2F;scripting&#x2F;script</a> - Addons and Snippet Code: <a href="https:&#x2F;&#x2F;docs.proxyman.io&#x2F;scripting&#x2F;snippet-code" rel="nofollow">https:&#x2F;&#x2F;docs.proxyman.io&#x2F;scripting&#x2F;snippet-code</a> - How to write your own JS addon: <a href="https:&#x2F;&#x2F;docs.proxyman.io&#x2F;scripting&#x2F;write-your-own-addons" rel="nofollow">https:&#x2F;&#x2F;docs.proxyman.io&#x2F;scripting&#x2F;write-your-own-addons</a>