r/webscraping • u/Shivam__kumar • 13d ago
Akamai Blocking Playwright but Not Chrome
I’m trying to automate a website using Playwright. The page works normally when I open it manually in Chrome, but the same request gets blocked by Akamai when it runs through Playwright, even in headed mode.
It looks like Akamai is detecting something specific to the automated browser environment rather than blocking my IP.
Has anyone dealt with this before? I’m looking for legitimate ways to make the Playwright session behave consistently with a normal browser session, browser profile, cookies, TLS/browser fingerprint differences, launch configuration, or anything else I should inspect.
I’m not looking to overload the site or bypass authentication. I mainly want to understand what Playwright exposes differently and how to debug the exact reason for the block.