broken-link-checker
broken-link-checker copied to clipboard
Feature Request - support basic HTTP auth
New Feature - support basic HTTP auth
In what way -- a user/password prompt? I'm not quite sure what the request is for exactly.
Sorry, allow crawling of pages that are secured behind basic HTTP authentication.
Would require a way to set a username and password or support the protocol in the url scheme
blc http://username:[email protected] -ro
Interesting. Will have to test this. If not in the summer, in the fall.
blc
seems not to follow the authentication when using blc "http://example.com/?user=username&password=password" -ro
and http://username:[email protected]
does not work for me.
v0.8.0
branch supports this, but it has edge cases.
When is v0.8.0 expected?
Seems like the v0.8.0 branch was merged but the NPM package did not get released. @stevenvachon is it possible to trigger a build in the pipeline to deploy the latest package?