karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
297 stars 105 forks source link

Fixes #430 /admin/listclients with URL auth #431

Open TheRealMattLear opened 10 months ago

TheRealMattLear commented 10 months ago

Normally the /admin/listclients?mountpoint=/stream URL is accessible by authenticating with the (when not using Mountpoint Authentication. However when specifying with the stream_auth option the end-point returns 403 Forbidden with "Mountpoint in use".

This PR correctly detects /admin/listclients as a source admin request and fixes #430