Actions
Bug #3519
closedImagecache: HTTP 401 when using credentials not defined in backend.
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Configuration
Target version:
-
Start date:
2016-01-22
Due date:
% Done:
0%
Estimated time:
Found in version:
Git master
Affected Versions:
Description
- Configuration.
- Catch all account enabled to allow any user/pass access to all features.
- Dummy user and pass set in pvr.hts kodi addon.
Issue:
Using the above configuration the imagecache results in a 401 error when pvr.hts requests icons using the dummy account not defined in Tvheadend. If you add the dummy account to Tvheadend and reconnect the icons are served correctly.
Updated by Jaroslav Kysela over 9 years ago
- Status changed from New to Rejected
I don't think that it's the tvheadend issue. The browser (kodi) should try to get the data without authorization and if this fails (error 401), the authorization header should be sent. It's the standard way to distinguish anonymous and authenticated access from the HTTP client. The 401 answer to unknown user is valid from the server.
Create a bug for pvr.hts - it's client issue.
Actions