Hello community,
The HTTP request is not authorized with client
authentication scheme Ntlm.
The authentication header received from the server is
NTLM.
Getting this error message when testing the connection.
Please help to solve this issue.
Thanks in advance
Date
Votes
1 comment
-
Rob Kolosky Jet Support tells me that you need to disable the loopback on IIS
Open an Administrator powershell and enter
New-ItemProperty HKLM:\System\
CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -Value "1" -PropertyType dword
Please sign in to leave a comment.