How does a server actually identify the requesting client address (IP), and send a response?
Is it possible to get the IP address of requesting client in GAE?
How does a server actually identify the requesting client address (IP), and send a
Share
In a Java servlet you could use
request.getRemoteAddr():