solr-node-client icon indicating copy to clipboard operation
solr-node-client copied to clipboard

# 195 support http and https proxy

Open yatszhash opened this issue 8 years ago • 0 comments

I replaced the module request for the modules http/https to support requests to a solr via http and https proxy. The module request has built-in proxy support. It uses the proxy conditions set in process.env.http_proxy, process.env.https_proxy and process.env.no_proxy.

I'm sorry for not adding automated tests under http proxy because I couldn't find any simple ways to create automated-test via a proxy server.

yatszhash avatar Oct 02 '17 01:10 yatszhash