Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to pass Basic Auth when opening a page #57

Closed
aashish-medici opened this issue Mar 4, 2020 · 1 comment
Closed

how to pass Basic Auth when opening a page #57

aashish-medici opened this issue Mar 4, 2020 · 1 comment

Comments

@aashish-medici
Copy link

I Know with puppeteer you can simply pass basic auth by:

page.authenticate({'username':'YOUR_BASIC_AUTH_USERNAME', 'password': 'YOUR_BASIC_AUTH_PASSWORD'});

is there a way to do it with Ferrum ?

@coffeejunk
Copy link
Contributor

@aashish-medici https://github.com/rubycdp/ferrum#authorizeoptions

@route route closed this as completed Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants