
JW Platform and CORS headers
Some users of our website are inside a corporate network with a watchguard firewall. This firewall evidently strips the Access-Control-Allow-Origin HTTP headers from the requests the JW Platform javascript makes to load its files, and the end user sees an error "Error Loading Playlist" or "Error Loading File".
Some IT admins are reluctant to allow the CORS headers through their firewall due to security concerns.
Is there a way to embed JW Platform - hosted videos on our site and still have them play for these users?
One suggestion was to proxy the ajax requests to the JW Player javascript - instead of pointing to content.jwplatform.com - but I'm unsure if this would work, as the JW Platform javascript then loads XML files from content.jwplatform.com and additional javascript resources from other domains like loads files from multiple domains rather than just the the content.jwplatform.com domain (i.e. assets-jpcust.jwpsrv.com)
Is there any way to make this work - or are my "behind corporate firewall" customers out of luck?
Thanks!