Back to Browsershot

Using HTTP Authentication

docs/miscellaneous-options/using-http-authentication.md

5.3.0154 B
Original Source

You can provide credentials for HTTP authentication:

php
Browsershot::url('https://example.com')
    ->authenticate('username', 'password')
   ...