Normally the /admin/listclients?mountpoint=/stream URL is accessible by authenticating with the <source-password> (when not using Mountpoint Authentication. However when specifying <authentication type="url"> 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 #66
Normally the /admin/listclients?mountpoint=/stream URL is accessible by authenticating with the
<source-password>
(when not using Mountpoint Authentication. However when specifying<authentication type="url">
with thestream_auth
option the end-point returns403 Forbidden
with "Mountpoint in use".This PR correctly detects /admin/listclients as a source admin request and fixes #66