I'm trying to allow clients make a request to a host destination, i.e. https://www.google.com through an envoy proxy. The envoy proxy would then use another proxy located at say http://corp.proxy.net. This would be for both http_proxy and https_proxy. Expected behavior is all destination requests, both http and https, uses http://corp.proxy.net.
Looking to do something like this
Client --http-> envoy proxy --http--> corp proxy
Client --https--> somehost.com