PlexRequests Reverse proxy needs a line added to it

It should be:

<Location /plexrequests>
ProxyPass http://localhost:3000/plexrequests
ProxyPassReverse http://localhost:3000/plexrequests
AllowOverride All
Require all granted
</Location>

it’s missing the AllowOverride ALL in the /etc/apache2/sites-enables/plexrequests.conf file.
The is causing it to require authentication to QB before you hit PlexRequests.

I don’t have this issue without that line. Require all granted is the line that allows anonymous login

I just tested this on FF, Chrome, Edge and mobile chrome. None of these browsers prompted me for a password. Can anyone else reproduce?

maybe it was a fluke. I just tried it in firefox private window and it didnt prompt and it didnt prompt in incognito on chrome. I’ll bet its something cached in my browsers.

This is one of my least favorite Chrome features. The ability to cache everything forever.