You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
withstream.behaviorHints.notWebReady
set totrue
.While that works for StremIO apps, it does not seem to send the headers when watching on the Web Player. Please support it.
The text was updated successfully, but these errors were encountered: