yammer authentication from another domain - Microsoft Community
hi all, i have following exception while trying open new connection yammer server: " carattere jolly in access-control-allow-origin non consentito quando il flag credenziali รจ impostato su true ", error code sec7121 , code wrote seems in javascript/html: < html > < head > < script type ="text/javascript" data-app-id ="ijf9h0pu4eiboohq1l89cw" src ="https://c64.assets-yammer.com/assets/platform_js_sdk.js"> </ script > < script type ="text/javascript"> function xdr(token, url, method, data, callback, errback) { var req; if(xmlhttprequest) { req = new xmlhttprequest(); req.withcredentials = 'true'; if('withcredentials' in req) { req.open(method, url, true); req.setrequestheader('authorization', 'bearer '+token); //req.setrequestheader('content-type', 'text/plain'); req.