HI Miletone,
I tried to get the configuration via below Soap with Basic Authorization.
https://localhost/ManagementServer/ServerCommandService.svc
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:xpr=“http://videoos.net/2/XProtectCSServerCommand”>
<xpr:GetConfiguration>
<!--Optional:-->
<xpr:token></xpr:token>
</xpr:GetConfiguration>
</soapenv:Body>
</soapenv:Envelope>
I found it works thru HTTPS but when I change to HTTP, the 400 bad request.
Is there anything I missed?

