Is there any way to determine the IP address of the socket used to create the HTTP connection when the class used to create the connection was HttpUrlConnection?
I'm Running a client/server chat messaging deal.
The client program gives me the error message "Host unknown: VCLXXXLR"
On the local network the computer I want to talk to is named "VCLXXXR" but ...
hello I am writing some sort of smart help document for a device wich connects to the pc. I do it in HTML with some javascript. This help file is to be located on the intranet and clients that open this document should see their local ip within the document as part of suggested network settings forthe device (the text describes ...
Hello everybody! Currently, I'm developing a program that needs to know the primary IP address the local machine uses to communicate over the net, but I have no clue how to get this IP. I thought about opening a ServerSocket and looking what IP it has, but this seems a bit exagerrated for me... Do you have other ideas? Thx in ...