Re: Adding HTTP Request Header in SolrJ

2014-02-03 Thread Shawn Heisey
On 2/3/2014 3:40 PM, Andrew Doyle wrote: Our web services are using PKI authentication so we have a user DN, however we're querying an external Solr which is managed via a proxy which is expecting our server DN proxying the user DN. My question is, how do we add an HTTP header to the request bein

Adding HTTP Request Header in SolrJ

2014-02-03 Thread Andrew Doyle
Our web services are using PKI authentication so we have a user DN, however we're querying an external Solr which is managed via a proxy which is expecting our server DN proxying the user DN. My question is, how do we add an HTTP header to the request being made by SolrJ? I looked through the sour