1) Web API:
...
Open command line as admin mode and run this command:
netsh http add urlacl url=[address] user=everyone
for example:
netsh http add urlacl url=http://11.11.10.70:3176/ user=everyone
1) MOS Settings:
...
...
Open command line as admin mode and run this command:
netsh http add urlacl url=[address] user=everyone
for example:
netsh http add urlacl url=http://11.11.10.70:3176/ user=everyone
...