Hello Developer, Hope you guys are doing great. Today at Tutorial Guruji Official website, we are sharing the answer of Can I perform a DNS lookup (hostname to IP address) using client-side Javascript? without wasting too much if your time.
The question is published on by Tutorial Guruji team.
The question is published on by Tutorial Guruji team.
I would like to use client-side Javascript to perform a DNS lookup (hostname to IP address) as seen from the client’s computer. Is that possible?
Answer
There’s no notion of hosts or ip-addresses in the javascript standard library. So you’ll have to access some external service to look up hostnames for you.
I recommend hosting a cgi-bin which looks up the ip-address of a hostname and access that via javascript.
We are here to answer your question about Can I perform a DNS lookup (hostname to IP address) using client-side Javascript? - If you find the proper solution, please don't forgot to share this with your team members.