question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Page.Authenticate() does not work if using chrome instead of Chromium

See original GitHub issue

Steps 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:closed
  • Created 5 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
boxpositroncommented, Sep 6, 2018

Same issue here

0reactions
ibrahimelementcommented, Feb 28, 2019

Same issue here

71.0.3578.98 (Official Build) (64-bit)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found