ed this email in error, please notify us by reply email
immediately and destroy all copies of this email and its attachments.
*From:* Mike Phillips
*Sent:* Thursday, March 26, 2020 3:10 PM
*To:* Altamirano, Emmanuel
*Subject:* Re: Apache Solr 8.4.1 Basic Authentication
*EXTERNAL SENDER:* Exercise
Hey Emmanuel,
If you're using Java, I'd highly suggest using solrj, it'll do the work
that you need it to do:
SolrRequest req ;//create a new request object
req.setBasicAuthCredentials(userName, password);
solrClient.request(req);
If that doesn't work for you for some reason, you need to base64
Hello everyone,
We recently enable Solr Basic Authentication in our Dev environment and we are
testing Solr security. We followed the instructions provided in the Apache Solr
website and it is working using curl command.
If you could provide us any advice of how do we need to send the credentia