Re: Apache Solr 8.4.1 Basic Authentication

2020-03-27 Thread Mike Phillips
is 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 c

Re: Apache Solr 8.4.1 Basic Authentication

2020-03-26 Thread lstusr 5u93n4
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

Apache Solr 8.4.1 Basic Authentication

2020-03-26 Thread Altamirano, Emmanuel
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