-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scorm Proxy #49
Comments
What security errors are you getting? CORS specifically? |
Yes, CORS. But I guess it is not the unique problem. What I'm trying to do is the following: The CloudFront link links to an s3 bucket where the scorm course files are available. When I point to the files locally (within the mylms.com server) everything works. When I point to CloudFront, the browser generates several CORS and Cross-domain errors. |
Which web server are you using? Nginx or Apache? https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/ This way the content can play on the same domain |
Hello everyone!
I've created a player for SCORM and embedded it into my system. My system is developed in PHP with Laravel and is hosted at myhost.com/player.php. The issue I'm facing is that I've hosted the unpacked SCORM package files in an S3 bucket on Amazon and created a link through CloudFront. When I try to access the SCORM content in the player by pointing to the CloudFront link, several security errors occur. Is there any way to fix this? I've been thinking about implementing a proxy for SCORM and dynamically loading the files. Is there already a solution for this?
Thank you very much!
The text was updated successfully, but these errors were encountered: