<div dir="ltr">Hello,<div><br></div><div>Is HTTP basic authentication the only way for icecast to perform authentication ? With a link like</div><div><br></div><div><a href="http://username:password@example.com:8000/mystream">http://username:password@example.com:8000/mystream</a></div><div><br></div><div>(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.</div><div><br></div><div>It would be ideal if icecast would get the credentials from the GET parameters, something similar to</div><div><br></div><div><a href="http://example.com:8000/mystream?user=username&amp;pass=password">http://example.com:8000/mystream?user=username&amp;pass=password</a><br></div><div><br></div><div>this would eliminate the browser problems with the basic auth.</div><div><br></div><div>I am willing to implement something like this as it seems relatively simple.<br></div></div>