Hi Timothy,
You may need to find out if the triple play device accepts POST or GET requests. Additionally, it may require additional arguments like headers.
Here is an example of making a GET request with setting the content type header.
var requestURL = "yourRequestURL.com"
var headers = {}
headers["Content-Type"] = "application/json";
ogscript.asyncHTTP(requestURL, "GET", headers , null, null);
Thank you,
Aury R.
------------------------------
Aury Rukazana
Senior Software Developer
Ross Video
------------------------------