Page.Authenticate() does not work if using chrome instead of Chromium
See original GitHub issueSteps to reproduce
Puppeteer version: V1.5.0 Platform / OS version: Windows Node.js version: 8.11.2
What steps will reproduce the problem?
this.browser = await puppeteer.launch({
headless: this.options.headless,
executablePath: findChrome(),
args: [`--proxy-server=${iP}:${port}`]
});
await this.page.authenticate({
username: user,
password: pass
})
What is the expected result? Page opens, page.authentciate will auth the proxy and allow the browser to run on that proxy
What happens instead? page.authenticate does not work, prompts user to enter information
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Page.Authenticate() does not work if using chrome instead of ...
I am having the same problem . Chrome Version : 71.0.3578.98 (Official Build) (64-bit). If i change to chromium browser , the authentication...
Read more >Chrome repeatedly prompts for NTLM authentication credentials
Hi, This is a problem with all PROXY based authentication, we have 4000 users that are getting pop requesting password and username.
Read more >Chrome is not obeying the order of precedence of Negotiate ...
Issue 372613: Chrome is not obeying the order of precedence of Negotiate authentication for Ajax requests when the Ajax request includes ' ...
Read more >48676 - After a HTTP Authentication, Chrome does not ask to ...
Issue 48676: After a HTTP Authentication, Chrome does not ask to save password · 1. Enter a webpage with HTTP Authentication (eg. cPanel)....
Read more >No logon prompt for "Integrated Windows Authentication ...
It seems that if only NTLM "Integrated Windows Authentication" (and not. Basic Authentication) is enabled for a site, Google Chrome does not ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue here
Same issue here
71.0.3578.98 (Official Build) (64-bit)