Hi!
I'm using Solr with multiple cores and I've added basic authentication to Solr. In my application, I'm using StructureMap and I registered my cores with SolrNetRegistry. Is there a way to add the BasicAuthHttpWebRequestFactory foreach core connection?
Thanks!