broken-link-checker icon indicating copy to clipboard operation
broken-link-checker copied to clipboard

Feature Request - support basic HTTP auth

Open sparkalow opened this issue 8 years ago • 7 comments

New Feature - support basic HTTP auth

sparkalow avatar Jun 09 '16 18:06 sparkalow

In what way -- a user/password prompt? I'm not quite sure what the request is for exactly.

stevenvachon avatar Jun 09 '16 19:06 stevenvachon

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

sparkalow avatar Jun 09 '16 19:06 sparkalow

Interesting. Will have to test this. If not in the summer, in the fall.

stevenvachon avatar Jul 13 '16 01:07 stevenvachon

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.

tasmo avatar Aug 03 '17 16:08 tasmo

v0.8.0 branch supports this, but it has edge cases.

stevenvachon avatar Aug 03 '17 16:08 stevenvachon

When is v0.8.0 expected?

akris100 avatar Sep 13 '18 05:09 akris100

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?

brunomartinspro avatar Oct 19 '21 13:10 brunomartinspro