Open ljh1991125 opened 2 years ago
PS) If i set UpstreamProxy, 400 error disappears and it works well. What's the problem?
proxyServer.UpStreamHttpsProxy = new ExternalProxy();
proxyServer.UpStreamHttpsProxy.HostName = proxy_host;
proxyServer.UpStreamHttpsProxy.Port = proxy_port;
proxyServer.UpStreamHttpsProxy.UserName = proxy_user;
proxyServer.UpStreamHttpsProxy.Password = proxy_pass;
Hello!
I upgraded my titanium proxy from 3.0.362 -> 3.1.1397 but the function that used to work doesn't work well. I don't know what's wrong. Chrome occurs http 400 error. I am using VS2022 and DotNet 4.5.1 Thank you for your help.
This is my code.