本帖最后由 David.Zhong 于 2022-9-13 15:17 编辑
在服务端命令中用发送HTTP请求命令调用自定义WebApi失败。在域认证模式下会出错,普通认证就没问题。服务器端命令的权限已设置为全部人可用,用户管理已经将登录的域用户设置为管理员组。8.0版本也会出这个问题。
错误码: 401
信息: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers:
{
Server: Microsoft-HTTPAPI/2.0
WWW-Authenticate: Negotiate
WWW-Authenticate: NTLM
Date: Tue, 06 Sep 2022 07:28:26 GMT
Content-Length: 0
}
|