Is it possible to do a cross-site call, in Javascript, to a WCF service?
I don\'t mind if it\'s a POST or a GET.
But I\'ve heard that these days, browsers don\'t
To expand on Ben's answer... I extended our WCF service to support JSONP calls from jQuery using code similar to this example from Microsoft:
http://msdn.microsoft.com/en-us/library/cc716898.aspx