在搜寻Intranet网站时,我需要使用nutch v1.14和NTLM v2授权。
我已经更新了conf / nutch-site.xml属性plugin.includes和protocol-http,并在conf / httpclient-auth.xml中提供了凭据
<auth-configuration>
<credentials username=“xxx" password="xxx">
<default scheme=“ntlm” />
</credentials>
</auth-configuration>
它给出验证错误。我已经用curl检查过凭据是否正确。我是否需要参考this禁用ntlm?如果是,是否可以使用conf设置完成操作,即无需更改代码?