Can I use python's socket library for TCP connection and Basic Authentication to the ImageServer Protocol? If not, what language and library is suggested?

I’m using essential+. My application is running on a macOS, so I need to rely on basic authentication instead of authenticating as a windows user.

Yes.

Use SSL, login on Management Server, get a token, use the token on the ImageServer protocol.

This might be useful - http://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_soap_protocols.html&tree=tree_3.html

I am unable to login and get the token from management server. Can i get a token from a python client? @Bo Ellegård Andersen (Milestone Systems)​