I am trying to integrate the Bitmovin player into a React Native app. The videos I want to play are hosted in Cloudfront and require cookies to be passed in the streaming request. Where is the documentation for passing cookies in a React Native request?
The recommended approach for your use case is that the first Manifest request (DASH MPD or HLS Multivariant Playlist) returns the required cookie via a Set-Cookie HTTP header. Manifest and the media content need to be served from the same domain, and the player will pick up the cookie and use it for the media content requests with the following configurations: