Resolved! How to make an ajax request from script include in ServiceNow.
How to make a REST request from script include in ServiceNow.I want to send an ajax request to an external application and then fetch data from that. I am able to do it in ServiceNow client script using jquery but how to do this in Script include?Tha...