How do I sent both string parameters and a request body on a GET API call?
Everything works in Postman but I'm not getting this to work in ServiceNow. If I had the endpoint:https://something.com/api/TriggerThe query parameter:code=abc12345The JSON body:{ "name" : "helloworld" } Simple script: var json = { "name":"helloworl...
