NCEAS / ezid

Implementation of the EZID identifier services in a Java library
Other
4 stars 4 forks source link

Enable connections over an HTTP Proxy #11

Closed blavoie closed 1 year ago

blavoie commented 6 years ago

Add useSystemProperties to HttpClientBuilder, this makes HTTP requests able to use seamlessly an HTTP(S) Proxy when the right settings are passed to the command line:

-Dhttp.proxyHost= -Dhttp.proxyPort=

Also, unused imports are removed.