You are not logged in.
Hi, I have a server interface with lots of methods that are working great to marshal data to and from the server using JSON serialised objects.
Are there any properties I can use in these server-side methods to determine the calling client's IP details? I can easily look this up on the client side and include in the call to the server if necessary but if that information is already available to me on the server-side it would save me needing to break my interfaces and add to all relevant methods.
Offline
Search the forum, or the documentation (in its unstable release 1.18), and you will find out RemoteIP in header.
For instance, TAuthSession instance extract the remote IP.
Offline