This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Description
I want to proxy client requests via chain of Titanium and external proxy.
I'm using basic example, just set UpstreamHttpsProxy and UpstreamHttpProxy to my external proxy.
My external proxy does not receive any requests. In network dump I see example Titanium app is trying to authenticate with external proxy credentials on the original site, not on the external proxy.
Am I miss something or external proxy support just broken?
I've tried Titanium.Web.Proxy and Titanium.Web.Proxy -Pre from NuGet, and build it myself from develop branch, same issue everywhere.