You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a configuration for optional basic auth for PDF generation for cases where the site is served behind a private web server (like a staging server) protected by basic auth. The headless chrome PDF generator needs the auth to see that page in this case, or you'll just get a PDF with "Unauthorized" instead.
We should add a configuration for optional basic auth for PDF generation for cases where the site is served behind a private web server (like a staging server) protected by basic auth. The headless chrome PDF generator needs the auth to see that page in this case, or you'll just get a PDF with "Unauthorized" instead.
I tested the following, and it seems to work. Just needs to be coded in. https://spatie.be/docs/browsershot/v4/miscellaneous-options/using-http-authentication
The text was updated successfully, but these errors were encountered: