Hi

Both server and client use Spring Remoting.

Is there a way on the server side to intercept a remote procedure call and see the ip address of the client?

My goal is to detect if the call is coming from the localhost or from a computer on the network.

Regards abq