Show HN: We’re open-sourcing Requestly - HTTP debugging proxy for Web and Mobile

📰 Hacker News · sachinjain

Hey HN! We’ve open-sourced Requestly ( https://github.com/requestly/requestly ) - 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 under

Published 28 Feb 2023
Read full article → ← Back to Reads