Skip to content

Record / Memo

LinkChecker BASIC認証設定

[Edit] – [Options] の [Configuration file] – [Edit] をクリック 設定ファイルの下の方にある [filtering] セクションに下記を追記 entry = ^http://www\.sample-url\.net sample-user sample-password

LinkChecker
http://wummel.github.io/linkchecker/
指定したURLからリンクをたどり、error, warnning 等をチェックするソフト。Windows は GUI。

BASIC 認証されたサイトも下記設定でチェック可能となる。

[Edit] – [Options] の
[Configuration file] – [Edit] をクリック
設定ファイルの下の方にある [filtering] セクションに下記を追記

entry = ^http://www\.sample-url\.net sample-user sample-password

正規表現を使う
・先頭が http
・ピリオドはエスケープ
・URL の後にスペースで区切って、ユーザー名、パスワード

LinkChecker 8.6 で行った。

Back to Discoveries