Disabling Same-Origin Policy and Intercepting Requests with Puppeteer
Puppeteer is a robust Node.js library that provides high-level APIs for controlling Chrome or Chromium via the Chrome DevTools Protocol. Two powerful capabilities—circumventing same-origin restrictions and entercepting network requests—are essential for scenarios like local development against remote APIs and testing network behavior.
Bypassing ...
Posted on Wed, 19 Aug 2026 16:14:11 +0000 by Replika
Updating Cross-Origin Frame Sources Dynamically
Migrating legacy web applications into modern architectures often involves embedding older interfaces within frames or iframes. A common architectural pattern uses a left-sided navigation panel to control the content displayed in a right-sided frame. How ever, when the navigation panel and the content frame belong to different origins, attempti ...
Posted on Fri, 26 Jun 2026 16:53:58 +0000 by docmattman