Comparing the best API clients Hoppscotch vs Postman vs Requestly
Compare top API clients: Hoppscotch, Postman, and Requestly. Discover key features, pros, and cons of each tool to find best fit for your API development needs
How Postman Web handles CORS?
Cross-Origin Resource Sharing (CORS) is a security feature implemented in web browsers to protect users from malicious scripts that could be executed by a website hosted on a different domain. In this article, we'll discuss how Postman Web handles CORS issues.
How to block domains using Requestly
Very often we open a particular article on a particular domain but due to the hundreds of embedded widgets that page actually makes a lot of requests to various domains making everything slow...
How to load local JS files on live Production sites
Useful in debugging JS production bugs or testing local changes before shipping code to production.
How to Map Local (File)
Map Local feature lets you serve the content of any local file as the response to an intercepted request in real-time. This can greatly speed up development and testing as you can make changes in the file locally and test them live without updating them on the server.
How to pin rules in Requestly
You can pin rules in Requestly and access them from anywhere using Chrome toolbar. You can toggle the status of pinned rules directly from the toolbar.
How to set up requestly on Firefox using WebExtensionAPI
Learn how to develop and run Requestly on Firefox with this comprehensive guide using Webextensions API Firefox. Step-by-step instructions for development
How to select the right HTTPs method
When building a web application or a RESTful API, choosing the right HTTP Method for the desired action is important. We compare all the methods & share their usecases.
HTTP Headers That Every Web Developer Should Know
HTTP headers play a vital role in the communication between your application and other web servers. They, in turn, help you control various behavior in your web application. Learn more about different HTTP headers that every web developer should know.
Introducing Web-based API Client (Secure & Open-Source)
Introducing Requestly API Client: a powerful tool that simplifies API design, testing, and debugging while unifying your entire API workflow in one platform.
Learn & bypass Content Security Policy HTTP Response Header
Bypass CSP header to speed up your testing
How backend devs can save an hour a day in local development & testing
In my previous organisation grofers, where I worked as a backend engineer, during development of any feature or even a small bug fix, we used to first develop & test the changes on the locally setup MicroService.