Hello. We use Lectora to build courses and publish them as SCORM titles. Our LMS was built in house. The domain for the LMS is slightly different than the one for our course content. For example, our course is here: "itrtest.intranet.agf:8053" and our LMS is here: "s02t0z00.intranet.agf:8053" I have read that using document.domain to specify only the intranet.agf portion will solve our permission denied issue when trying to communicate with the LMS API. I have added document.domain = 'intranet.agf'; to the apiwrapper11.js file. I also added it to the LMS API. This has not solved the permission denied problem. Can anyone tell me if I need to add the document.domain code to every javascript file, or every html file? Any help would be greatly appreciated.