I have an application that calls a wcf service, the application uses windows authentication and anonymous access is disabled. I am still getting the error in accessing the service:
'The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'Negotiate,NTLM'.' ' The odd part is that it is working fine in IE11 and chrome (v83), this issue is appearing on Windows 10 1809 version only. Attaching screenshots from my IIS below.
Can anyone suggest what could be the possible issue?