Stremio / stremio-addon-sdk

🧙 A Node.js SDK for creating and publishing Stremio add-ons
https://www.stremio.com/addon-sdk
MIT License
605 stars 158 forks source link

proxyHeaders are not set on Web Player #280

Open abusenet opened 1 month ago

abusenet commented 1 month ago

For the add-on I'm working on, I need to set a Cookie on the request's headers for the stream's URL. I did that through stream.behaviorHints.proxyHeaders.request.Cookie with stream.behaviorHints.notWebReady set to true.

While that works for StremIO apps, it does not seem to send the headers when watching on the Web Player. Please support it.