Show HN: We’re open-sourcing Requestly - HTTP debugging proxy for Web and Mobile (github.com)
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](http://requestly.io) and [github.com/requestly/requestly](http://github.com/requestly/requestly) to give us a shot
[0]: Mock Server - https://app.requestly.io/mocks
[1]: Sample Session - https://app.requestly.io/sessions/saved/iedsEivORxdLTcBiNcBA
[2]: https://github.com/rrweb-io/rrweb
[3]: https://chrome.google.com/webstore/detail/redirect-url-modif...
14 comments
[ 3.6 ms ] story [ 39.4 ms ] threadWe are primarily solving within team collaboration for faster debugging. For example - When QA/customer report share issues with developers, instead of sharing the screenshot/har files they can share sessions and developers can use the session recording to get complete picture of the issue and avoid follow up questions.
Out of curiosity do you need ability to support sessions locally for privacy reasons?
Another YC company that launched on HN yesterday[1] has also opted for a similar license, so I'm guessing this is a template of sorts. It would be great if you could share why you chose this over AGPL.
[1]: https://news.ycombinator.com/item?id=34955699
We took inspiration from other awesome opensource companies like Gitlab, cal, Bitwarden before choosing the license. Hope this helps!
[0]: https://docs.requestly.io/debug-backend/nodejs