DEV Community

Discussion on: Puppeteer Quick Tip: How to do Basic Authentication

Collapse
 
sdevarajeee profile image
Deva

This works awesome in windows machine. Do we need to tweak anything to support in Linux. When i m executing this same code in docker container, seeing timeout error. Can you please suggest if you have any solution?

Collapse
 
sonyarianto profile image
Sony AK

Hi Deva, I am using Linux (Ubuntu) and so far it has no problem, I think all browser implement for basic auth. For the timeout error it might caused by something else, maybe you should debug it first.