✨ Community just got smarter! Our all-new AI search is live! ask anything in the search bar, get instant answers.

NTLM as authenticationMethod removed?

lock
push_pin
done
Beantwortet
0

Hi,

we have an Online customer who has been using CRMScript to get data from a webservice which is protected by NTLM auth. Somewhere around the time they were upgraded to version 12 all calls from CRMScript using NTLM started to fail. It seems to use basic auth even though authenticationMethod is set to ntlm.

Example code:

HTTP http;
http.setOption("authenticationMethod", "ntlm");
http.setOption("username", "foo");
http.setOption("password", "bar");
http.get("https://testing.requestcatcher.com");

On an older onprem solution I see that setting http.setOption("authenticationMethod", "ntlm") causes the Authorization header to be "Authorization: NTLM ****", but in Online v12 the Authorization header is set to "Authorization: Basic *****".

Has NTLM support been removed from version 12?

It is still mentioned in the documentation: https://docs.superoffice.com/en/automation/crmscript/reference/CRMScript.Native.HTTP.html

8 h, 45 m vor | 06:56 AM

Alle Antworten (0)

Antwort hinzufügen