Forum Discussion
RogerHernandez-
3 years agoCommunity Member
Access Header in SCORM for API in TALENT LMS
I am using Talent LMS and it's API capabilities. The Talent guy say I need to create an a Access Header with my API key and place it in the SCORM file.
I have API calls within Javascript in the c...
SamHill
3 years agoSuper Hero
Hi Roger, the CORS error suggests that content and LMS are on different domains? This suggests that the two cannot communicate due to the same origin policy. It sounds like more of an Talent LMS API question.
Is the Talent guys able to help you out with the CORS error? Did you implement the Access Header and use the API key within your JavaScript. I'm sure Talent LMS will have some documentation on how to implement this in JavaScript, but the CORS error is likely due to there not being a correct API key in the access headers?