PinnedHow Requestly empowers developers & QAs in AdTech IndustryToday, ads are all over the internet and are the main reason why so many services are available for free. Massive Tech giants like Facebook (aka Meta), Instagram, Google, etc rely on Ads as their primary business model. Recently, one of our AdTech customers told us that Requestly is the…Requestly4 min read
PinnedAPIs debugger for native android appsIf you are an android developer, you must already know about Chucker — An In-app HTTP Inspector, and Charles Proxy — A Desktop app-based HTTP(s) proxy. I have extensively used both the tools for debugging API traffic on Android devices but there are many pain points that the duo fails…Android3 min read
5 days agoModify Headers in HTTP(s) Requests and ResponsesHTTP(s) Headers are key-value pairs that can be used by the client or server to pass additional information along with an HTTP(s) request or response. Headers carry data about the data being transferred. The ability to modify the headers of traffic that pass through your browser easily is what every…Http Headers3 min read
Aug 7Remote Debugging with Requestly on Production sitesEver wished that you could know how your changes worked in production without actually “deploying to production”? Being able to edit remote code can be a huge time saver and I hope this article will help you see why. Using tools like Requestly, you can follow your debugging routine (add…Debugging4 min read
Jan 25Try out SaaS Apps in less than 30 seconds!Discovering new apps is easier than ever. There are almost infinite apps that could be used for a particular task. Product developers often need to find a way out to try and test these apps with bare minimum effort and then finalize an app they are comfortable with and want…Saa S3 min read
Jan 13List of YC Companies that started as a Chrome ExtensionEver scrolling through Twitter, reading about all those startups getting funded, and daydreaming about being on the headlines one day? Yeah? So you contemplate whether you can build something that can be used by the masses and solve a bigger problem. While monetizing your developer skills seems rather easy these…Chrome Extension4 min read
Dec 30, 2021Debugging Next.js App in ProductionNext.js is an open-source development framework built on top of node.js enabling React-based web applications functionalities such as server-side rendering and generating static websites. Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route prefetching…4 min read
Dec 29, 2021Simulating 500 HTTP status code in Create Tweet API on TwitterNobody wants to see errors in their API. But they appear at times when least expected. The possible scenarios when an error pops up could be something is wrong with the request or some problem with the API. Whatever may be the cause, one thing is sure traffic would stop. …Front End Development3 min read
Dec 29, 2021Simulating 404 HTTP status code in Blinkit Search APINobody wants to see errors in their API. But they appear at times when least expected. The possible scenarios when an error pops up could be something is wrong with the request or some problem with the API. Whatever may be the cause, one thing is sure traffic would stop. …Requestly3 min read
Dec 29, 2021Simulate HTTP Status codes — 400, 404, 500, etc using RequestlyThis article explains how to use Requestly to simulate different API status codes and test your app. Requestly Browser Extension can simulate different status codes on an API by redirecting the actual API to a mock API. The mock API simulating the desired status code is hit instead of the…Front End Development2 min read