I am using AVPlay to play DRM contents. I need to set a HTTP header for the license URL. How can I do it?
webapis.avplay.setDrm('PLAYREADY', 'SetProperties', angular.toJson({
LicenseServer:entitlementData.LicenseURL,
'X-AxDRM-Message':entitlementData.DRMToken
}));
I need to set X-AxDRM-Message
in the HTTP header