[Icecast-dev] HTTP Basic Auth alternative
dtouch3d completely
dtouch3d at gmail.com
Tue Jan 13 07:47:36 PST 2015
Hello,
Is HTTP basic authentication the only way for icecast to perform
authentication ? With a link like
http://username:password@example.com:8000/mystream
(HTTP basic authentication) it has a number of problems regarding browsers.
Chrome for security reasons does not follow the link and shows a popup
asking to enter the credentials but this destroys user experience for a
site with a webplayer. It works fine afterwards. Internet Explorer does the
same.
It would be ideal if icecast would get the credentials from the GET
parameters, something similar to
http://example.com:8000/mystream?user=username&pass=password
this would eliminate the browser problems with the basic auth.
I am willing to implement something like this as it seems relatively simple.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20150113/3d4436c8/attachment.htm
More information about the Icecast-dev
mailing list