📣 Requestly API Client – Free Forever & Open Source. A powerful alternative to Postman. Try now ->

All posts

What are Authorization Headers?
Learn about authorization headers, their importance in web security, and the different types used in modern web development.
Sagar Soni
August 23, 2023
How to generate HAR files in Chrome, Firefox & Safari?
Learn how to create HAR files using popular browsers (Chrome, Firefox, Safari) and Requestly for comprehensive website analysis.
Sagar Soni
August 9, 2023
Demystifying How Postman Web Works
Learn how Postman Web overcomes CORS limitations to send API requests. Explore its proxy server architecture and request handling mechanisms.
Sagar Soni
August 4, 2023
How to modify Headers in HTTP(s) Requests & Responses in Chrome, Firefox & Safari using Requestly
Using Requestly, you can modify headers of HTTP(s) Requests & Responses in Chrome, Firefox & Safari for better control over your HTTP(s) Requests.
Sagar Soni
August 4, 2023
Simulating 500 HTTP status code in Create Tweet API on Twitter
Using Requestly, you can simulate different HTTP status codes for testing purposes. In this blog, we will see how to simulate 500 code using Twitter API.
Sagar Soni
August 1, 2023
Top 5 Web Debugging Proxies for Beginners
Explore the top 5 web debugging proxies, including Charles Proxy, Mitmproxy, Wireshark, Burp Suite, and Requestly. Compare features, pricing, and support.
Sagar Soni
August 1, 2023
How to add the authorization header to every request in Chrome, Firefox, and Safari?
Using the Requestly Chrome extension, you can add authorization headers to every request in Chrome, Firefox, & Safari.
Sagar Soni
July 31, 2023
Open-source frontend development stack
Explore a complete open-source stack for frontend development, including frameworks, testing tools, debugging utilities, and deployment solutions.
Sagar Soni
July 27, 2023
How to insert scripts dynamically in a webpage
Learn how to dynamically insert scripts into web pages using Requestly for on-the-fly modifications and enhanced functionality.
Sagar Soni
July 26, 2023
What are HTTP Headers & Understand different types of HTTP headers
Learn about the different types of HTTP headers, including security, authentication, caching, CORS, and more. Essential knowledge for web developers.
Sagar Soni
July 25, 2023
What are X-forwarded Headers, and why it is used?
Learn about X-Forwarded headers (X-Forwarded-For, X-Forwarded-Proto, etc.) and their importance in web development and security.
Sagar Soni
July 25, 2023
How to build your own Chrome Extension to Modify HTTP Headers
Learn to build a Chrome extension to modify HTTP headers using the DeclarativeNetRequest API. Step-by-step tutorial and code examples.
Sagar Soni
July 21, 2023
Introduction to WebPack & Top 5-features of Webpack
Webpack is a static module bundler for JavaScript applications. It takes modules with dependencies and generates optimized bundles that can be loaded by the browser.
Sagar Soni
July 21, 2023
Resource Override Chrome Extension Alternative
Resource Override Chrome Extension is no longer supported. Requestly is a modern and advanced alternative with 1-Click migration support. Let’s compare the features.
Sagar Soni
July 20, 2023
How to modify the API request body in Chrome, Firefox, Android & iOS apps?
Learn how to modify API request bodies on-the-fly using Requestly. Test edge cases, add data, and change GraphQL queries without code changes.
Sagar Soni
July 19, 2023
How to modify the response body of HTTP requests?
Learn how to modify HTTP response bodies on-the-fly using Requestly. Test APIs, simulate different scenarios, and debug faster without server changes
Sagar Soni
July 19, 2023
How to modify the response body of JS files
JS is the backbone of all modern web apps. Every website we interact with is powered with javascript. For a developer, there might come an occasion where they want to make changes to the JS file without affecting the live website. The article will explain to you how to do that.
Sagar Soni
July 19, 2023
How to simulate HTTP status code?
Learn how to simulate different HTTP status codes for testing your web application’s error handling. Use Requestly to easily modify responses.
Sagar Soni
July 19, 2023
Chrome Developer Tools – Network Tab
Learn how to use the Chrome DevTools Network tab to analyze, test, and debug your web applications. Inspect network activity, timing, headers, and more.
Sagar Soni
July 13, 2023
Debugging Next.js App in Production
Learn how to debug Next.js apps directly in production using Requestly. No local setup needed! Speed up your debugging workflow.
Sagar Soni
July 13, 2023
What is a HAR file and How to analyze them?
Learn what HAR files are, what they contain, and how to analyze them for web debugging and performance analysis.
Sagar Soni
July 13, 2023
Life Cycle of a HTTP Request
HTTP requests are messages of communication between web API’s and their clients of computers. We discuss life cycle of a HTTP request in this article.
Sagar Soni
July 10, 2023
A Guide to Mock APIs & Roundup of Top 5 Tools (Free & Paid)
Discover Mock APIs, their benefits, use cases, and best practices. Comparing the top 5 free and paid Mock API tools to optimize your development workflow
Sagar Soni
July 7, 2023
June 2023 Product Updates
Learn about all the Requestly updates from June 2023: improved app layout, Cmd+K menu, in-rule help, enhanced GraphQL support, and Arc browser integration.
Sagar Soni
July 7, 2023
Adding Delay to Network Requests
Learn how to simulate network delays for testing web applications. Explore different methods and tools for realistic testing scenarios.
Sagar Soni
July 6, 2023
How to troubleshoot the CORS error using Requestly?
CORS, or cross-origin resource sharing, happens when an endpoint being served from domain-A.com is requested from another domain-B.com
Sagar Soni
July 6, 2023
How to embed iframes by bypassing X-Frame-Options and frame-ancestors directive
There are two methods to bypass iframe blocking: By removing X-frame options and adding the frame-ancestor directive to the Content-security policy.
Sagar Soni
July 5, 2023
5 Chat GPT Prompts That Every Frontend Developer Should Know
Learn how to leverage ChatGPT for frontend development. These 5 prompts will help you generate code, debug, test, and optimize your projects.
Sagar Soni
July 5, 2023
developer tools
Top 6 Developer Tools to Enhance Your Front-End Workflow
Streamline your front-end development with these 6 must-have tools. Improve coding, testing, and debugging efficiency.
Sagar Soni
June 30, 2023
5 Ways to make App & Web Debugging extremely easy
Learn how Requestly can streamline your web development workflow with these 5 powerful features for testing and debugging.
Sagar Soni
June 30, 2023
devtool in adtech
How Requestly empowers developers & QAs in AdTech Industry
Most Tech giants rely on Ads as their primary business model. See how Requestly powers devs & QAs!
Sagar Soni
June 30, 2023
April 2023 Product Updates
Check out Requestly’s April product updates, focused on improving the desktop app experience with rule creation from the traffic table and enhanced connected apps.
Sagar Soni
June 30, 2023
selenium automation testing
How to do selenium automation testing using requestly
When developing applications, we optimize for our home network but overlook unstable or low coverage scenarios, crucial for selenium automation testing.
Sagar Soni
June 30, 2023
Chrome Developer Tools: A Beginners Guide
The Google Chrome browser includes a suite of web developer tools called Chrome DevTools. For web developers, they can be incredibly useful. Learn more about them here.
Sagar Soni
June 30, 2023
How to Find the Best API Client: Postman vs Insomnia vs Hoppscotch vs ThunderClient
Finding the best API client can be difficult when there are 10s of tools with slightly different features, let’s find which one is best for you.
Sagar Soni
June 30, 2023
Debugging CORS Issue with Lea Verou
Learn how we helped Lea Verou debug a tricky CORS issue using Requestly. See how to solve CORS errors quickly and efficiently.
Sagar Soni
June 30, 2023
How to create Rules to Modify HTTP Requests in Chrome & Safari
Learn about the different rule types in Requestly and how they can be used to modify HTTP requests for testing, development, and more
Sagar Soni
June 30, 2023
GET vs POST vs PUSH HTTP Methods
HTTP has many features and benefits that help moderate the entirety of the World Wide Web. Wonder what makes it such a huge deal? Let’s dive in. 
Sagar Soni
June 30, 2023
github hosted js in production
How to replace production JS with the one hosted on Github
Discover how to securely replace production JS with JavaScript hosted on GitHub using Requestly.
Sagar Soni
June 30, 2023
February 2023 Product Updates
Learn about all the Requestly updates from February 2023: open-sourcing, revamped help guides, improved team workspace, and upcoming GraphQL support.
Sagar Soni
June 30, 2023