Feature #4147
Correct html basic authorization
100%
Description
I am trying to use IPTV service, which use html basic authorization method for login. But logins are email addresses. In VLC (or even the browser) I can use %40 substitude for @ character. Example:
http://some%[email protected]/playlist
This syntax is correctly translated by browser or VLC and in packet capture I can see in credentials [email protected].
But when I do the same in tvheadend, in capture credentials are not changed and some%40email.com is sended for the authorization. Which is of course not working.
Is it possible to be corrected?
Iam not attaching captures, because it contains valid usernames and passwords, I hope explain is clear enought.
History
Updated by Jaroslav Kysela almost 8 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|97629167883cfa9ab24c59c3aa9a28a5e6bddd18.
Updated by Jaroslav Kysela almost 8 years ago
- Status changed from Fixed to New
- % Done changed from 100 to 0
Fixed in v4.1-2400-g9762916 .
Updated by Jaroslav Kysela almost 8 years ago
- Status changed from New to Fixed
- Target version set to 4.2
- % Done changed from 0 to 100