You can't do cross domain with Java script cleanly... you can relay data with a server side script
--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and-development+unsubscribe@googlegroups.com.
I deal a lot with AICC communication, this article is what got me on feet. Hope it helps!This is better than the docs on the AICC website.
On Mon, Oct 27, 2014 at 11:56 AM, Ryan Meyer <ryan.e...@gmail.com> wrote:
Your response is a little confusing. JQuery and Javascript are the same thing; JQuery is just a library written in Javascript itself. If it didn't work in one because of cross-domain issues, it won't help to rebuild in the other.Javascript ONLY works cross-domain if the server that you're making calls to explicitly supports the CORS headers I mentioned earlier.If they don't, you'll have to have some server-side scripts on YOUR server that can act as a go-between your content and their server.Hope that helps!Ryan
Sent from my iPhone
Thanks for the Input.--We have looked at the AICC online documentation and it is dated. They do support the javascript with AICC since that is one of the few reliable cross domain communication protocols available. We had a problem with JQuery in cross domain and are now switching to javascript and hoping that someone here had already had success connecting to them.
On Sunday, October 26, 2014 8:46:09 PM UTC-4, Rick Williams wrote:We host content on our LMS and our customer would like us to connect to their learning portal which is the Plateau LMS and need to connect to it using AICC for cross domain communication. Does anyone have some examples of the javascript needed to do this? The puts puts and the gets?Thanks in advance!Rick
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and-development+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and-development+unsubscribe@googlegroups.com.
You can use an http analyzer such as fiddler to debug your requests.
To unsubscribe from this group and stop receiving emails from it, send an email to elearning-technology-and...@googlegroups.com.