2017-04-19 52 views
1

錯誤而來自http://...-my.sharepoint.com如何從http://aaa-my.sharepoint.com數據http://aaa.sharepoint.com Ajax的

的XMLHttpRequest獲取數據無法加載 https://aaaa-my.sharepoint.com/_api/SP.UserProfiles.PeopleManager/GetMyProperties。對預檢請求的響應未通過訪問控制檢查:當請求的憑證模式爲 'include'時,響應中'Access-Control-Allow-Origin'頭的值 不是通配符'*'。原因'https://aaaa.sharepoint.com'因此不允許 允許訪問。 XMLHttpRequest發起的請求的憑證模式由withCredentials屬性控制。

請幫助我如何解決它們。謝謝

回答

0

這個錯誤是因爲你正試圖使從aaa.sharepoint.com爲AAA my.sharepoint跨域調用.COM。

我看到您正試圖獲取登錄用戶的用戶配置文件屬性。爲此,您不需要擁有我的網站基址。 REST api調用也可以與當前網站集基本網址一起使用。所以http://aaa.sharepoint.com/_api/SP.UserProfiles.PeopleManager/GetMyProperties應該爲你提供你想要的結果