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

Support for Basic Authentication #19

Open
sathish316 opened this issue Jun 28, 2012 · 2 comments
Open

Support for Basic Authentication #19

sathish316 opened this issue Jun 28, 2012 · 2 comments

Comments

@sathish316
Copy link
Owner

Some pages require basic authentication.

Add support for username, password before crawling pages

class Library
  html "http://mylibrary.com"
  username "foo"
  password "bar"
end
@kalarani
Copy link
Collaborator

Basic auth can be supported by changing the html like below

class Library
  html "http://foo:[email protected]"
end

should it be captured separately?

@sathish316
Copy link
Owner Author

Not sure how Nokogiri handles this. Waiting to test this before closing.

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

2 participants