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');
All things ServiceNow... take a look at my channel: https://www.youtube.com/@cloudminus89
firing a REST message from one instance to a scripted REST endpoint on another.
use the following to test the IP of the request:
Comments
Post a Comment