With Version 1.1.3.2700 I can no longer access my plexserver from other PCs without authentication. It worked fine with version 1.0.3.2461 and before.
The plex server is running on a PC called "rakete". When accessing http://rakete:32400/web/index.html I get the following error message:
Sep 03, 2016 09:55:29.192 [0x7fde943ff700] DEBUG - Request: [192.168.1.55:44820 (Allowed Network)] GET /identity (8 live) GZIP Signed-in
Sep 03, 2016 09:55:29.192 [0x7fde943ff700] DEBUG - Request came in with unrecognized domain 'rakete' in header Host; treating as non-local
If I use the IP address in the URL instead of the hostname ( http://192.168.1.29:32400/web/index.html ) it works without authentification. Here are my domain/hostname settings
98# hostname --short
rakete
99# hostname --domain
fritz.box
100# hostname --fqdn
rakete.fritz.box
101# hostname --ip-address
192.168.1.29
What is going wrong?
Matthias