puppeteer-interceptor
puppeteer-interceptor copied to clipboard
Failed with auth proxies
Failing using auth proxies
var context = await browser.createIncognitoBrowserContext({ proxyServer: proxy });
await page.authenticate({ username: user, password: pass, })
Result: ERR_INVALID_AUTH_CREDENTIALS
The credentials are valid