Tuesday 28 February 2023

Show HN: We’re open-sourcing Requestly - HTTP debugging proxy for Web and Mobile https://bit.ly/3KOpkY1

Show HN: We’re open-sourcing Requestly - HTTP debugging proxy for Web and Mobile Hey HN! We’ve open-sourced Requestly ( https://bit.ly/3KJsZGl ) - A network debugging proxy for web & mobile apps. Requestly intercepts all HTTP(s) requests & responses and provides full control to developers to modify the request/response like rewriting request URL to hit different environment or returning different response for APIs/scripts. In addition to HTTP(s) interception & modification capabilities, Requestly also offers Mock Server [0] & recording the browser sessions [1] with video, console logs, & network logs stitched together. We use rrweb[2] for this. Requestly is available as browser extension [3] with 175K+ downloads on Chrome Store & as a desktop app [4] on all platforms. Browser extension is written in javascript (slowly migrating to typescript now) and use chrome APIs for interception & modification. Desktop app is written in JS (slowly moving to typescript here too) & use electron as underlying framework to support cross-platform needs. For mock server & collaboration features, we use Firebase as backend. Here are some popular use cases how people use Requestly - Stress testing frontend code by testing bad API responses, API failovers, latencies, testing with huge API responses, etc. (You create different rules inside Requestly and enable/disable as per use case) - Testing scripts directly on customer sites - Switching environments for APIs & scripts - Developing features when APIs are not ready - Modifying live websites (prospects) and demo their product directly on client’s website instead of an internal website (Applicable for SaaS products that integrate with JS) Overall, we’re quite new to the open source world and still learning how to run an open-source product & roadmap. We’d love the HN community to share their feedback on what we’re building and how can we improve. If there’s anything that they’d like us to build in the future, we’re all ears. Check us out at [requestly.io]( https://bit.ly/3KJU6kD ) and [github.com/requestly/requestly]( https://bit.ly/3J0yXS4 ) to give us a shot [0]: Mock Server - https://bit.ly/3Ynkh3X [1]: Sample Session - https://bit.ly/3xYpEeZ [2]: https://bit.ly/3EuIVbr [3]: https://bit.ly/3Yavbtz... [4]: https://bit.ly/3Ynkbt7 https://bit.ly/3KJsZGl February 28, 2023 at 02:24PM

No comments:

Post a Comment