Logging into Integrity web interface with localhost?
I've noticed that if I try to access the web interface via localhost:<port> it doesn't work, giving the following error:
Error connecting to <hostname>:<port>: String index out of range: -1
This is despite providing the correct credentials, as evidenced by successful login via the desktop client, as well as when accessing the web interface using 127.0.0.1:<port>.
I have modified the IntegrityClientSite.rc on the server as well as client, which are configured for ICAllowSpecificConnectionPolicy, with 127.0.0.1 in the validConnectionList. Additionally, in the server's IntegrityClientSite.rc, ICLocalConnectionPolicy is set. This isn't a huge deal, but is somewhat of an annoyance that I'd like to resolve if possible. It doesn't seem to change anything when i comment the validConnectionList. Also, the hosts file does include a mapping for 127.0.0.1 to localhost. Any ideas?
