We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some pages require basic authentication.
Add support for username, password before crawling pages
class Library html "http://mylibrary.com" username "foo" password "bar" end
The text was updated successfully, but these errors were encountered:
Basic auth can be supported by changing the html like below
class Library html "http://foo:[email protected]" end
should it be captured separately?
Sorry, something went wrong.
Not sure how Nokogiri handles this. Waiting to test this before closing.
No branches or pull requests
Some pages require basic authentication.
Add support for username, password before crawling pages
The text was updated successfully, but these errors were encountered: