Microsoft CRM 2015 API 和跨域支持

Microsoft CRM 2015 API and Cross domain support

CRM 2015 是否以任何方式支持 CORS 或 JSONP?我正在尝试从我的网站向 http://some/SomOrg/XRMServices/2011/OrganizationData.svc/ContactSet url 执行 POST 请求以创建新联系人,但是 Chrome 失败并显示:

Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://Something' is therefore not allowed access. The response had HTTP status code 404.

这看起来是合法的,因为 CRM 没有 return 任何 CORS headers,但仍然有办法执行它吗?我已经尝试了一些 URL 参数,例如“$callback”,但它们没有帮助...MSDN 也没有太大帮助...

提前致谢

CRM 2015 中没有 - 但它会出现在 2016 版中

https://msdn.microsoft.com/en-us/library/gg309589(v=crm.8).aspx