<img src="https://img.shields.io/badge/%20-ENTERPRISE-%23B10031" style="float:left"/><br /> <img src="https://img.shields.io/badge/Android-V4-009727?logo=android" style="float:left"/><br />
If your content server allows for HTTP header authentication, you can apply HTTP headers to your self-hosted, registered content. HTTP headers prevent unauthorized downloads of your content.
To authorize your content request with HTTP headers, use the following steps:
Create a `
Map<String, String>
` object and name it, for example, `httpHeaders
`.Define `
httpHeaders
`.Add `
httpHeaders
` to a `PlaylistItem
`.

<br />