PMS looks at the referrer URL in the header on connect.
If that URL is an IP (as found in the list), authentication is bypassed.
Anything else requires authentication (Name or FQDN)
It is working as documented.
THAT SAID – If you have a hosts file entry (not DNS server) which has the name by IP, depending on the player client, it is possible the URL header will contain the PMS IP and not the PMS hostname (or FQDN)
It’s tricky. PMS is very exacting about security and only allowing what’s so specified.
The browser solution I use is to name the bookmark but have the server IP as the URL.
Thanks for the explanation. I guess I’m stuck with IP addresses. I’m using openwrt with dnsmasq, which is not a hosts file. Would be helpful to have this point made more clear in the above link to save time.