-
Notifications
You must be signed in to change notification settings - Fork 317
Open
Description
Hi All,
I'm trying to use http headers correctly but it seems to not work, i followed. https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/api/responses/stream.md and the issue opened in the past #55
but it still not working.
[DEBUG-GD] Stream: {
title: '[🌐Gd1] CANALE [ITA]',
url: 'https://ava.test.com/wind/premium881/mono.m3u8...',
hasBehaviorHints: true,
behaviorHints: { notWebReady: true, proxyHeaders: { request: [Object] } },
allKeys: [ 'name', 'title', 'url', 'behaviorHints' ]
}
[DEBUG-GD] proxyHeaders completo: {
"request": {
"Referer": "https://en.test.top/",
"Origin": "https://en.test.top",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
}
}
the same link with the MediaflowProxy header wrap is working correctly.
The links are fake, it's only an example. request: [Object] is a link to
"request": {
"Referer": "https://en.test.top/",
"Origin": "https://en.test.top",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
}
}
any hint?
Metadata
Metadata
Assignees
Labels
No labels