wget,curlコマンドでのベーシック認証へのアクセス

## wget
wget --http-user=username --http-passwd=password homuhomu

## curl
curl --user username:password homuhomu