I am running plex in a Docker environnement, and I have a few other container that shall be able to communicate with the API.
In order to enable this access, I did add 127.0.0.1 to the "List of IP addresses and networks that are allowed without auth" but it is not working.
Find the log:
[quote]
May 13, 2018 07:36:35.684 [0x7fd9e77e8700] DEBUG - Request: [192.168.1.119:56182 (Subnet)] PUT /:/prefs?allowedNetworks=127.0.0.1%2F32 (8 live) TLS GZIP Signed-in Token (xxxx)
May 13, 2018 07:36:35.687 [0x7fda0afff700] DEBUG - Completed: [192.168.1.119:56182] 200 PUT /:/prefs?allowedNetworks=127.0.0.1%2F32 (8 live) TLS GZIP 3ms 268 bytes (pipelined: 1)
May 13, 2018 07:36:38.657 [0x7fda0a7fe700] DEBUG - Request: [127.0.0.1:38284 (Loopback)] GET / (9 live) TLS Signed-in
May 13, 2018 07:36:38.657 [0x7fda0a7fe700] DEBUG - Completed: [127.0.0.1:38284] 401 GET / (9 live) TLS 0ms 352 bytes
[/quote]
I did try with or without subnet mask, it behave the same.