Closed arkuuu closed 6 years ago
While I can't tell you exactly why this happens, some Exchange servers only support one of the httpauth options rather than both. You can override the default by setting "curlopts" in the options passed to the constructor.
So, it depends on the server, ok. Thank you!
Hello,
An Exchange server I'm trying to connect to gives me a 401 response.
When I change the line https://github.com/jamesiarmes/php-ntlm/blob/master/src/SoapClient.php#L196
to
it works without any problems.
Does anyone have an idea why it works only with
CURLAUTH_NTLM
, but not with both?