When I try to access my RestFul WCF service on port 10374, from an external IP address I get this error: "Bad Request - Invalid Hostname" / "HTTP Error 400. The request hostname is invalid."
I'm not able to access the wcf resources also after doing some troubleshooting as described in this solution: Bad Request - Invalid Hostname IIS7,
I made all the possible changes but I can just access correctly my service only when accessing it from the local machine: "http://localhost:10374/"
... Anyone knows how to resolve this issue?