I'm running a Windows 2012 IIS 8.5 listening on port 80 to requests coming to domain www.mydomain.com, which I have set in my DNS to the server IP.
Everything works fine outside, but for whatever reason, when I request that domain from a browser inside the server, it does not respond.
I have tried telnet www.mydomain.com 80
from inside the server and it returns Connection Error. If I try telnet localhost 80
it works.
As I said, from outside the server, everything works fine, telnet connects, and the web is served without any problem.
Also, if