I'm surprised you got this working in 8.9 at all. Did you get a password promt
from Solr (admin UI password page) or from the browser (simple popup with
user/pass fields)?
Problem is, if you have not enabled Solr's BasicAuth plugin, then NginX will
send the "Www-Authenticate Basic" header on an
Hey Jan,
thanks for your reply
> The Admin UI will send Ajax requests to Solr and to do that it needs the
> basic auth credentials.
> With Solr's built-in Auth, Admin UI will remember the creds and explicitly
> pass them on every Ajax request.
> But for 3rd party auth in nginx, Admin UI will be
Hi,
The Admin UI will send Ajax requests to Solr and to do that it needs the basic
auth credentials.
With Solr's built-in Auth, Admin UI will remember the creds and explicitly pass
them on every Ajax request.
But for 3rd party auth in nginx, Admin UI will be able to do that.
Perhaps look for a B