Having a strange issue where WinInet is failing to authenticate using users current credentials if I connect to an internal service by name, but not if I connect by IP.
In one of our environments, which sits in its own domain, DOM1, our client can connect to our WCF services using the name of the server, ie http://machine_name:port/service.
In another environment, in domain DOM2, the client can authenticate automatically using http://sss.xxx.yyy.zzz:port/service, but if we configure the client to connect using the machine name, it connects, but fails to authenticate using integrated security. We end up having to fall back on basic, which we want to avoid.
That said, we could switch to using IP numbers to connect, but it doesn’t make any sense to me.