Does Resources["CurrentSessionInfo"].GetCurrentIPAddress() return the IP address, received by Tomcat server but not Client IP ??
I tested below API by testing a Thing service.
Resources["CurrentSessionInfo"].GetCurrentIPAddress().
With below testing results, I assume this API returns IP received by Tomcat server?
I also tried tracking source code however have not found when and what kind of IP was set. Anyone could know the exact answer??
- when using proxy server, proxy server IP was displayed.
- when no proxy server, IE client IP was displayed.

