Plex Web Server - Security &/OR Privacy Concern in PlexWeb 'Root' (MediaContainer/XML)

Server Version#: 1.29.0.6244 (Local ip scope/subnet ‘No Login’ Auth in Plex settings)
Player Version#: PlexWeb 4.87.2

Windows Server 2016 (Up to date).
Google Chrome (as Network Client)

Not sure if this is a Security/Privacy flaw or perhaps a feature.

When contacting my Plex Media Server’s root using it’s http://IP:Port (ie. http://192.168.0.25:32400) WITHOUT adding either trailing /manage/ or /web/ to the address from any machine on the local network using Google Chrome (only browser I tried), I am greeted with an XML output that within “MediaContainer” open/close tags, contains my email/login id, Plex Subscription account status, OwnerFeatures, Machine ID/Server Name and other Setup specific settings (encoder, login etc) along with a bunch of other info about my account/platform/etc.

Top of the page reads:
This XML file does not appear to have any style information associated with it. The document tree is shown below.

Is there any way to simply add a BLANK index.html file into the root of Plex’s Web Server/Service so that this info is not accessible to anyone on my network that attempts to contact the server, but fails to use the complete address ?

After searching the web, I found this is quite an old problem and I am surprised that it hasn’t been addressed yet.

If told where the ACTUAL PlexWeb Root is, I would happily add a blank index.html file there myself, or even a redirect to the full address. Where is the “http://ip:32400/” Root ?
thanks in advance.

These informations are only given out to hosts in the local network.
Is the local network not your own?

For any random host on your network it is very unlikely to call your server’s IP plus the port number 32400 by accident in a web browser.

For legitimate users to whom you have granted access to your Plex server, there is no need to call the local IP of your server either. They can simply use the hosted web app.

The API root is only shown when authentication is disabled (List of IP addresses allowed without authentication). Since authentication is disabled, a token is not required to access the API.

The API root automatically redirects to the web app when authentication is enabled and a token is not provided in the API request.

This helps.
Yes, Authentication is disabled for my personal machines, but all other Users on the local Network use the proper address and require standard authentication (Mobile/TVs etc) to access Plex.

I just wasn’t sure if this could be seen by anyone else, as I plan to share my Server with a few remote family members once my Gig Fiber is installed.

Thanks to those that replied.
This community has always been great and is an added bonus for Plex.