I have an AJAX-Enabled WCF service on website aaa.com and call this service clientside using code like this:
mySVC.MakeBooking(somedata, onSucccess, onFailed, null);
which works perfectly for me. My question is, can someone from malicious website bbb.com make this call to my server or is the service domain specific?