Setting the HTTP request type setting-the-http-request-type

The request body for all Media Collection API requests must be in JSON format, so you should set the content request type in your player. For example, in JavaScript you would set the Content-Type request header as follows:

httpRequest.setRequestHeader('Content-Type', 'application/json');
recommendation-more-help
c8eee520-cef5-4f8c-a38a-d4952cfae4eb