Although the searched FQDN appears in etc\hosts file.
Any idea? Thanks a lot!
Although the searched FQDN appears in etc\hosts file.
Any idea? Thanks a lot!
Since I don't have code, here's a guess:
getaddrinfo("http://www.example.com");
Doesn't work; getaddrinfo takes a hostname not a URL.