At one of my IIS, if I enter the IP-Adress of the IIS server in my browser (for example http://192.168.1.1) I get a rediect message in the HTTP-protocol, e.g.
HTTP/1.1 302 WebCenter Redirect
Location: http://myiis.mydomaim.local:80/
where "myiis.mydomain.local" is the FQDN of the IIS-Server.(This meens, I get redirected to the same server, but now addressed with the FQDN instead of the IP-Adress). Another IIS does not have this behaviour.
I think, this message is generated by the IIS, but I haven't found any documentation about this "WebCenter Redirect". Does someone know, where I can enable/disable this IIS-Feature?
Thanks