When a proxy is configured in your network you may encounter the following error in the CardioLog UI:
HTTP Error 407 - Proxy Authentication Required
To resolve this issue, add the following to the [CardioLog Installation Folder]\CardioLog\web.config file:
<system.net>
<defaultProxy useDefaultCredentials="true" />
</system.net>
0 Comments