Management API returns 400/Connection refused

Hi @shirb,

I would try a network sniffer: trace the traffic with cURL, then trace with your application and see what is different. It sounds like your app is not connecting to the right server or is connecting on the wrong port.

John