Hi All,
We are using Layered Service Provider (LSP) into our project to control the inbound and outbound Internet traffic through Chrome Browser. In this LSP, we are calling "getaddrinfo" API to retrieve the Hostname and IP Address of each Web Requests. It was working fine before latest release of Chrome, but with latest Chrome release (69.0.3497.81) "getaddrinfo" API failed with return value 11004 (WSANO_DATA).
WSANO_DATA: Valid name, no data record of requested type. The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. The usual example for this is a host name-to-address translation attempt (using gethostbyname or WSAAsyncGetHostByName) which uses the DNS (Domain Name Server). An MX record is returned but no A record—indicating the host itself exists, but is not directly reachable.
Kindly help us to solve this issue as early as possible, because this issue is affecting very badly with our business.
Thanks,
Rajesh VR