API Cross domain use

API Cross domain use

So I'm using the following code to try and use the apis But get No 'Access-Control-Allow-Origin' header is present on the requested resource. my build is  9.2  Build  9218

$.ajax(
{

url: "http://**********:******/sdpapi/request?TECHNICIAN_KEY=******************",
method: "POST",
data: data,
dataType: 'jsonp',
// jsonpCallback: 'SCPRESPONSE',
success: function(reply)
{
console.log(reply);
},
error: function(xhr,reply,error)
{
console.log(xhr);
console.log(reply);
console.log(error);
}
}
)

                  New to ADSelfService Plus?