Hi, I am writing a Java Rest Web Service and need the caller's IP Address. It thought I saw this in the cookie once, but know don't see it. Is there a consistent place to get this information? I saw one example of using an "OperationalContext" to get it, but that was not java.
Thanks