firing a REST message from one instance to a scripted REST endpoint on another.
use the following to test the IP of the request:
/*test the IP*/
var session = gs.getSession();
var addr = session.getClientIP();
gs.log(addr, 'mojtemp_IP');
Comments
Post a Comment