Feature Request
Many corporate environments use internal proxies to mediate access to the internet. cpp-libhttp supports this already. Please add support for using a proxy with optional authentication for the Historical client.
I've created a branch from my fork that adds a SetProxyFromEnv() as well as individual proxy config calls to the HistoricalBuilder class, if that's helpful. It only consults HTTPS_PROXY out of an abundance of caution (HTTP_* environment variables are considered unsafe).
Feature Request
Many corporate environments use internal proxies to mediate access to the internet.
cpp-libhttpsupports this already. Please add support for using a proxy with optional authentication for theHistoricalclient.I've created a branch from my fork that adds a
SetProxyFromEnv()as well as individual proxy config calls to theHistoricalBuilderclass, if that's helpful. It only consultsHTTPS_PROXYout of an abundance of caution (HTTP_*environment variables are considered unsafe).