Get the client's IP from behind Glacier2

in Help Center
Hello,
I want my server that is behind the Glacier2 Firewall/Router to know the IP address of the client it interacts with.
I already read the corresponding FAQ and found a quite old forum post about this.
I don't want to have the client always send me this information and trust him that it's correct. That would be burdensome.
Is there any way to get this information from Glacier2?
Thanks in advance.
I want my server that is behind the Glacier2 Firewall/Router to know the IP address of the client it interacts with.
I already read the corresponding FAQ and found a quite old forum post about this.
I don't want to have the client always send me this information and trust him that it's correct. That would be burdensome.
Is there any way to get this information from Glacier2?
Thanks in advance.
0
Comments
After reading the createSessionFromSecureConnection reference, I don't understand how to get the IP with this. If I understand correctly, this method is called from the client to create a session object. I don't see where it lets my server (behind glacier2) see the client's IP? If that works, I would be very happy with it as I wanted to create SSL connections anyway! Please, give me some more pointers