My streaming service does not have a Kodi client, so I maintain my own. For authentication, certain HTTP request headers are required to be set. I am setting those via this line in my add-on:
ISA is using the headers correctly in the initial request for manifest. Using Fiddler, I intercepted HTTP(S) traffic. See highlighted in red rectangle in screenshot:
But in the subsequent request to actually get the individual video segment files mentioned in the mpd manifest, these headers are not used. See "User-Agent" in screenshot:
Expected Behavior
Headers (those that are relevant) set by user should be used in all subsequent requests.
note: Once the issue is made we require you to update it with new information should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.
Bug report
Describe the bug
My streaming service does not have a Kodi client, so I maintain my own. For authentication, certain HTTP request headers are required to be set. I am setting those via this line in my add-on:
ISA is using the headers correctly in the initial request for manifest. Using Fiddler, I intercepted HTTP(S) traffic. See highlighted in red rectangle in screenshot:
But in the subsequent request to actually get the individual video segment files mentioned in the mpd manifest, these headers are not used. See "User-Agent" in screenshot:
Expected Behavior
Headers (those that are relevant) set by user should be used in all subsequent requests.
Your Environment
Used Operating system:
[ ] Android
[ ] iOS
[ ] tvOS
[ ] Linux
[ ] OSX
[x] Windows
[ ] Windows UWP
Operating system version/name:
Kodi version:Nightly build KodiSetup-20240429-625be876-Omega-x64
inputstream.adaptive version:
note: Once the issue is made we require you to update it with new information should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.