AI 产品解读Intercept, modify, and mock HTTP(S) network requests and responses directly in the Chrome browser
Enables web developers and QA engineers to modify network traffic (redirect URLs, modify headers, inject scripts, mock API responses) without setting up a proxy server, avoiding VPN issues and latency. Allows frontend development when backend APIs aren't ready, testing local JS/CSS changes on production sites, and overriding REST/GraphQL API responses.
User installs the extension, creates HTTP rules (redirect, headers, script injection, mock API responses) via the extension popup or the Requestly web app at app.requestly.io. Rules are stored locally in chrome.storage.local. When browsing, the service worker intercepts matching requests using declarativeNetRequest and webRequest APIs, applies the configured rules, and optionally records sessions for replay. The extension integrates with the Requestly web app for advanced rule management, team collaboration, and cloud sync.
URL redirect rulesHTTP header modification (request and response)JavaScript and CSS injection into pagesREST and GraphQL API response mockingAPI request/response body and status code overrideSession recording and replay
- 目标用户
- Web developers / QA engineers / Frontend developers / DevOps engineers / API testers
- Source code is heavily minified making detailed logic analysis difficult
- Could not definitively determine if the web app UI (popup React app) requires login or renders locally without auth
- The devtools/index.js is 1.69MB minified - deep inspection was not feasible within tool budget
付费分析未识别到付费功能
No payment-related code found in the extension source: no premium/subscription/billing/pricing/upgrade/stripe keywords detected. The 'checkout' matches are all from the rrweb session recording library (checkoutEveryNms, isCheckout parameters) which is session replay checkpoint terminology, not payment. The extension is open source (https://github.com/requestly/requestly/). No feature gating, license checks, or payment UI found in the extension code. The destination service (Requestly/BrowserStack) likely has paid team/enterprise plans, but the extension itself does not gate features behind payment.
- 置信度
- 70
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension's core rule-application engine works locally without login (rules stored in chrome.storage.local). However, the extension heavily integrates with the Requestly web app at app.requestly.io for session recordings (SESSIONS_URL), rule management UI, team collaboration, and cloud sync. The app.cs.js content script injects on requestly domains to bridge the extension and web app. Session recording drafts open at app.requestly.io/sessions/draft/{id}, and the externally_connectable manifest connects to BrowserStack domains. Login to the destination service (Requestly web app) is required for the full workflow including cloud features, session replay, and team collaboration.
Earlier it used to be free tool now even basic API response modification has been made as premium.
At first, it worked as a free extension to attract more users, but then switched to a paid model with restrictions on changes for old rules. It's a dirty tactic - a corresponding rating
First got us used to it. Now with last update, the most basic features like Modify API Response turned to be Premium. Not even 1 for free.
Perfect for rewriting intranet Jira urls into internet ones
- A must have tool for frontend developers. - Its lightweight, works without any issues from a browser. - The GraphQL support is great. Speed up the development by mocking responses. - SessionBook feature is a game-changer. Our team started using SessionBook feature from past 3 days only. And have already resolved 15+ long pending bugs labelled as "Not Replicated".
Одно из лучших решений, для работы с запросами, UI очень удобный.
Last update and simple free feature, like script injection, became 'premium', very nice.
Ya no funciona la regla replace string, lleva meses sin funcionar y desde que dijeron en slack que ya la estaban reparando.
I have been using Requestly for several years now in the free version and then for 3 years in the paid version. This tool is wonderful, it helps me a lot in my work and I use it every day at work. The number of features is impressive and really allows you to solve problems in different situations during development, testing or even to debug a site or a Javascript script. --- J'utilise Requestly depuis maintenant plusieurs années en version gratuite puis depuis 3 ans en version payante. Cet outil est merveilleux, il m'aide beaucoup dans mon travail et je l'utilise tous les jours au travail. Le nombre de feature est impressionnant et permet vraiment de résoudre des problèmes dans différentes situation durant le développement, la pahse de test ou même pour débugger un site ou un script Javascript.
Not free. Account needed. Unclear what data gets exfiltrated.