
VAST Access-Control-Allow-Origin * problem
Hello, I have a problem with vast add using jwplayer 6.
The error is:
A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin
The url of the vast tag is:
http://deliveryengine.audioad.adswizz.com/www/delivery/swfIndex.php?zoneId=310&companionZones=311&protocolVersion=2.0&reqType=AdsSetup
and this is my player code:
jwplayer("player").setup({
androidhls: true,
advertising: {
client: 'vast',
tag: 'http://deliveryengine.audioad.adswizz.com/www/delivery/swfIndex.php?zoneId=310&companionZones=311&protocolVersion=2.0&reqType=AdsSetup',
skipoffset:5,
skipmessage:'Saltar en xx',
skiptext:'Ver Video',
admessage:'Este aviso finalizará en xx segundos.'
},
file: "",
'width': '300',
'height': '30',
title: 'La red',
fallback: 'false',
stretching: 'fill',
autostart: 'true'
});
Anybody knows how to change the credentials flag or if in another version it is fixes?
Thanks!