I am trying to figure out how to make a way to determine the host name by a specific IP address without changing the DNS or host name.
Using C #, I make a request from the client to the server, but I have to use the host name in the request so that the certificates authenticate the request correctly. However, my program is designed to run without administrator rights, so I can not change the host file. I have the correct IP and host name, is there any other way to get the computer to resolve the IP host name?
akroy source
share