Hi all, We are planning to add security to Solr using . For this we are adding few information in the headers of each SolrJ Request. These request will be intercepted by some application (proxy) in the Solr VM and then route it to Solr ( Considering Solr port as 8983 ) . Could you please answer below queries: 1. Are there any API ( Path ) that Solr Client cannot access and only Solr uses for Intra node communication? 2. As the SolrJ client will add headers, Intra communication from Solr also needs to add these headers ( like ping request from Solr1 Node to Solr2 Node ). Could Solr add custom headers for intra node communication? 3. Apart from 8983 node, are there any other ports Solr is using for intra node communication? 4. how to add headers to CloudSolrClient ?
-- Best Regards, Dinesh Naik