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.
How to insert scripts dynamically in a webpage
Requestly brings you one of the most powerful tool which may prove to be replacement for many browser extensions. Using "Insert Scripts" rule, you can make on-the-fly changes to a webpage content.
Debugging Next.js App in Production
Next.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
Adding Delay to Network Requests
As a frontend developer or QA, Testing certain parts of web applications require you to simulate delay in one or more components of the web app. Here are some scenarios where you would like to delay the network requests.
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.
How to redirect search query to DuckDuckGo
Often the Chrome browser on our computer is managed by our company and the default search engine cannot be changed. If you are conscious about your privacy and prefer a search engine that does not track you – then look no further than DuckDuckGo
5 Ways to make App & Web Debugging extremely easy
So you're developing an app or a website and there's that dreaded debugging that you fear is going to be a time sink, stealing your focus away from development and forcing you to spend time fixing bugs, issues and testing.
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!
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.
Debugging CORS Issue with Lea Verou
Got a chance to meet Lea Verou & debug CORS Issue together. Lea is using Requestly in her development workflow. While debugging the issue, we found a CORS-related bug in Google Chrome.
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.
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...