Hello! > > I'd like to make a small web application that would give series-link > type functionality to the iplayer. I've achieved this in a java app > but want to do it using HTML/AJAX. > > Unfortunately this seems impossible at the moment as cross domain AJAX > is needed and this is currently disabled for all the programme RDF > files. This means that my AJAX calls to those files simply return an > error. If I make a similar call to a series player.xml file then it > returns ok. > > The reason for this is that an extra HTTP header is needed: > > Access-Control-Allow-Origin: * > > This header is present on the file > programmes/b006vq92/episodes/player.xml for example but not the > corresponding rdf file programmes/b006vq92.rdf > > Is it possible to get this header added to the RDF files as well? This > would allow cross site ajax for these files as well as for the > player.xml files.
This is indeed very weird - thanks for pointing that out! We'll look into it and keep you posted. Cheers, y - Sent via the backstage.bbc.co.uk discussion group. To unsubscribe, please visit http://backstage.bbc.co.uk/archives/2005/01/mailing_list.html. Unofficial list archive: http://www.mail-archive.com/[email protected]/

