It is always recommended to test the NTLM configuration via the Postman first. Since the REST JSON plugin does not support NTLM, the request can be bypassed by allowing all hosts to use the NTLM.
For that, go to the net.properties file under the "tibcojre64/11/conf" folder for BW 5.15.0
and location "tibcojre64/1.8.0/lib" for lower BW versions.
Open the net.properties file using administrator privileges and make the below changes-
- comment the property - jdk.http.ntlm.transparentAuth=disabled
- uncomment the property - jdk.http.ntlm.transparentAuth=allHosts
Save the file and restart the designer/application to test the code again.