How do I change the security settings to allow cross-domain on the same web-server? I have multiple instance or site collections on the same server but want to make sure that web-services to list.asmx can be called from any of the sites on the server.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
There's a discussion on stackoverflow on this topic with an accepted answer:
In a nutshell, you can use crossdomain.xml policy file, JSONP or jQuery.support.cors wrapper for browser capabilities or create a server-side proxy to work around the cross-domain restrictions. |
|||
|
|
The Lists web service is available from all SharePoint sites.
http://msdn.microsoft.com/en-us/library/websvclists(v=office.14).aspx |
|||||||
|
