Software Alternatives & Reviews

Requestly

Debug & Modify network requests - loved by 100K+ web devs subtitle

Pricing:
Platforms:
  • Google Chrome
  • Firefox
  • Edge
  • Safari
  • Brave
  • Opera
  • Vivaldi
  • Android
  • Windows
  • Linux
  • Mac OSX

Requestly Reviews and details

Screenshots and images

  • Requestly Landing page
    Landing page //
    2023-06-08

Badges & Trophies

Promote Requestly. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Get Started with Requestly

Modify API Response using Requestly Chrome Extension

How to load local JS file in production sites for faster debugging (Map Local Tool)

Questions & Answers

As answered by people managing Requestly.
  1. Who are some of the biggest customers of Requestly?

    • Verizon
    • AT&T
    • Adobe
    • Salesforce
    • Telegraph
    • Intuit
    • Verizon
  2. How would you describe your primary audience?

    Front-end developers, QAs, PMs, Digital Marketers

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Requestly and what they use it for.
  • 🔥🔥 Our awesome OSS friends 😍
    Requestly- Makes frontend development cycle 10x faster with API Client, Mock Server, Intercept & Modify HTTP Requests and Session Replays. - Source: dev.to / 5 months ago
  • Tell HN: Service Workers === Browser Background Tasks
    If you want to intercept and modify a incoming json response for some specific url pattern, would a service worker be a good way to do so? To illustrate, assume I frequently browse example.com and want to trick my browser into thinking that I have "favorited" every post. It's trivial to write a for loop that iterates over response.json and sets `is_favorite = true`. But it's not as clear to me where this script... - Source: Hacker News / 8 months ago
  • Open-Source alternative to Charles Proxy & Telerik Fiddler
    Hey, open-source community, This is Sachin, One of the core maintainers of Requestly - An open-source alternative to Charles Proxy & Telerik Fiddler. In case you don’t know about Charles Proxy & Fiddler, both of them are two decades-old products used widely to Inspect & Modify HTTP traffic in web & mobile apps. Source: 10 months ago
  • Userscripts: Is there a way to intercept all HTTP requests/responses so that I can modify them before they're sent/received?
    Requestly founder here. You are essentially looking for Requestly - A Chrome/Firefox browser extension to Intercept & Modify HTTP requests. Using Requestly you can actually do the following things. Source: 11 months ago
  • All browsers - is it possible to replace specific image url with another?
    In /etc/hosts file you put only IP addresses and hostnames, i.e. 127.0.0.1 cdn.cloudflare.steamstatic.com. Then you have to set up a web server on localhost port 80 and put your image at http://localhost/steamcommunity/public/images/apps/753/1d0167575d746dadea7706685c0f3c01c8aeb6d8.jpg as well as other files from https://cdn.cloudflare.steamstatic.com. You also have to keep the URLs updated when they change... Source: 11 months ago
  • Software Developer Mac Apps
    For development/Debugging: 1. VSCode - Got used to the key bindings and integrated terminal, so now it's really hard to switch 2. Requestly - For easily setting up local debugging environments. I am less of a UI guy, so this allows me to use the live UI of a deployed site, and redirect whichever request I want to play with to my local server. 3. Wireshark - To better understand a network protocol. Source: 12 months ago
  • Ask HN: Side project of more that $2k monthly revenue what's your project?
    I started building Requestly (https://requestly.io [2]: https://chrome.google.com/webstore/detail/requestly-redirect-url-mo/mdnleldcmiljblolnjhpnblkcekpdkpa [3]: https://requestly.io/desktop. - Source: Hacker News / about 1 year ago
  • The missing piece in Chrome DevTools
    With the continuously evolving web community, web developers also need modern tools to cater to their needs and make them more productive. Unfortunately, there are a few things that are not yet available in Chrome DevTools and that’s one of the reasons browser extensions exist. Requestly fills one gap in the Chrome DevTools which is modifying network requests & responses without the hassle of dealing with VPN,... - Source: dev.to / about 1 year ago
  • The missing piece in Chrome DevTools
    Requestly an Open-Source browser extension - https://github.com/requestly/requestly fills this gap. It leverages chrome webRequest API (MV2) [0] & chrome declarativeNetRequest API (MV3) [1] to provide support for most of the modifications. To override API request payload & response body, Requestly overrides native XHR & fetch objects' prototype, and registers its own interceptor. Source: about 1 year ago
  • Show HN: We’re open-sourcing Requestly- HTTP debugging proxy for Web and Mobile
    - 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... - Source: Hacker News / about 1 year ago
  • Developer tools you would like to see for Next.js?
    If you want to debug your Next.js app easily, you can give requestly.io a try. They even have a use case on this topic: Debugging the Next.js app in production. Source: about 1 year ago
  • Is there any network debugger tool for inspecting backend network request and their payload (similar to what we have in Web {Chrome > inspect element > network tab } )
    Check out requestly.io a simple alternative to Charles Proxy to intercept and modify network requests. You can download their desktop app and check out their Android Debugger to inspect the network requests and responses. Source: about 1 year ago
  • Chrome & Firefox Extension to modify HTTPs requests & responses
    I'd like to share a Chrome/Firefox extension called Requestly that empowers web developers to intercept & modify HTTPs requests & responses. Requestly brings the power of Charles Proxy & Fiddler in the browser without worrying about proxy, SSL & VPN related issues. You can modify different parts of HTTPs requests & responses e.g. Request payload, request & response headers, API response body and many more using... Source: over 1 year ago
  • Different Rule Types in Requestly
    Requestly is a lightweight proxy available as a browser extension & desktop app to intercept & modify network requests. We bundle powerful tools to do a lot more with network requests than ever, such as Mocking API Responses, Modifying Headers, Redirecting URLs, Delay/Throttle requests, and much more. This article will explain the different rule types available in Requestly and the different use cases for each... - Source: dev.to / over 1 year ago
  • Discussion Thread
    Https://requestly.io was recommended by StackOverflow. Source: over 1 year ago
  • Learn & bypass Content Security Policy using HTTP Response Header
    Here’s how Requestly comes to rescue. Requestly helps you Intercept & Modify network requests directly in the browser. Requestly provides several Request Modification features like Redirecting a Request URL, Modifying the Response Body of APIs, Injecting Scripts, and many more. Here, we will simply remove the content security policy header from apple.com using Modify Headers Rule. - Source: dev.to / over 1 year ago
  • I’m looking to make an extension for chess.com. It’ll be my first extension I do, does anyone have any introduction videos to recommend to a noob? Thank you
    PS - I have built several extensions already with StackEye & Requestly being a couple of the most popular ones. Source: almost 2 years ago
  • How can we intercept the XHR requests in browser and change the body?
    1) https://requestly.io/ 2) https://chrome.google.com/webstore/detail/tweak-mock-and-modify-htt/feahianecghpnipmhphmfgmpdodhcapi You can do it directly in the Chrome Network tab: 1) https://www.youtube.com/watch?v=Kkv30vZyQ14&ab_channel=JarrodOverson You can setup an app like Charles to intercept and change specific request headers/body as per your setup: 1) https://www.charlesproxy.com/. Source: almost 2 years ago
  • What software do you use to block porn/lustful things on the web ?
    I recommend Requestly, I made a rule that redirects porn sites to church songs, memes about not watching, so and on,motivational goals or something horrible. As soon as you type the word on the search bar it redirects you to Toby Mac's newest hit. App link Https://requestly.io/ I am praying for you, God bless you and stay strong! Source: about 2 years ago
  • Launch HN: Requestly (YC W22) – Network debugging proxy for web and mobile
    I've been building a list of apps and libraries in this space. In no particular order: https://requestly.io/. - Source: Hacker News / about 2 years ago
  • Launch HN: Requestly (YC W22) – Network debugging proxy for web and mobile
    Hi HN, My name is Sachin - I’m the founder of Requestly (https://requestly.io) and I’m very happy to be here and get feedback from you all. Requestly is software that lets you intercept network requests, modify, and debug them. We’re available as a browser extension as well as a desktop app and Requestly is useful whether you are a web developer, backend developer, or mobile developer. When developers work with... - Source: Hacker News / about 2 years ago

External sources with reviews and comparisons of Requestly

Comparing Charles Proxy, Fiddler, Wireshark, and Requestly
On the pricing front, Requestly strikes a balance between affordability and functionality. It is an open-source tool, offering freemium to individual developers and affordable pricing plans for team collaboration. We have also clearly differentiated how Requestly differs from Wireshark and other web debugging tools like Proxyman, Modheader, and HTTP ToolKit separately.

Do you know an article comparing Requestly to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Requestly discussion

Log in or Post with
  1. User avatar
    Billout-app
    · 8 months ago
    · Reply

    Great app!

Funding news

    9 Dec 2021
  1. Requestly (YC W22) is now backed by Y Combinator Winter 22 batch.

    www.linkedin.com - We're thrilled to announce that Requestly (YC W22) is now backed by Y Combinator Winter 22 batch. Special thanks to our group partners Nicolas Dessaigne, Jared Friedman, Surbhi Sarna, and Elizabeth Akman + entire YC community for the continuous support.

    💰 Pre-Seed

    $500K

    -

    YCombinator

This is an informative page about Requestly. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.