I have http address I want to know IP address of that…How to do that!!
In your terminal/cmd of choice. “nslookup {http address}”. Example: “nslookup www.google.com”
This should return the ip address that you are looking for in both ipv4 and ipv6 is available.
NOTE: you will not be able to add the “http/https” part of the url as that is not supported with nslookup, I believe.