Site icon EfmSoft

What does HRESULT 0x803D001B (WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH) mean?

 
Previous Next
WS_E_PROXY_REQUIRES_NTLM_AUTH WS_E_SERVER_REQUIRES_BASIC_AUTH

WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH

WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH is a Windows Web Services API HRESULT. It means that the proxy rejected the offered authentication scheme and requires HTTP Negotiate authentication, which can select Kerberos or NTLM depending on the environment.

What to check for WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH

Microsoft documentation

Diagnostic interpretation

This result has the HRESULT value 0x803D001B. AllStat records the condition as “The HTTP proxy server requires HTTP authentication scheme 'negotiate'.”.

Evidence to capture

Retry and recovery

For WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH, recovery should change one confirmed condition at a time. The verification run should use equivalent inputs and prove that the same boundary no longer rejects the operation.


Looking for a different code? Search another status or error code.

Exit mobile version