I'm working on a project which involves showing Google IMA HTML5 SDK - driven video advertisements. Everything works with no exceptions except when it comes to Internet Explorer 11 (latest 'Edge' release working fine).
In IE11, the video advertisement is sometimes shown, but is unresponsive to input calls (Play, Pause, Volume etc). The console is showing that a number of URLs don't have the correct CORS/Cross-Origin Policy details in place. However, they do, as they work across the board in all other browsers.
Does IE11 need some additional help with CORS? Apologies, but I am unable to provide a demo or specific URLs as specified by the project owner.
Many thanks.