REST API & NTLM pass through

REST API & NTLM pass through

Hello!
I have a question similar to https://forums.manageengine.com/topic/using-rest-api-from-linux-when-using-ntlm-pass-through-requires-logon
We have NTLM pass through too and python script (windows platform) for some requests operations.

All around old engine "/sdpapi/" - is ok. (For example "/sdpapi/request/111?OPERATION_NAME=GET_REQUEST&TECHNICIAN_KEY=....... -is ok)
But when we use "new" engine "/api/v3" the script is crushes with "auth needed"
For example:

will interrupt with response:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<script type='text/javascript'>
<!--
window.location='/HomePage.do?logoutSkipNV2Filter=true';
//-->
</script>
</head><h3>401 Unauthorized</h3>
<p/>Please visit this link: <a href='/HomePage.do?logoutSkipNV2Filter=true'>/HomePage.do?logoutSkipNV2Filter=true</a>
</html>

How i can get around not requiring authentication? :(
SDP build - 9229

                New to ADManager Plus?

                  New to ADSelfService Plus?