titanium-web-proxy
titanium-web-proxy copied to clipboard
A cross-platform asynchronous HTTP(S) proxy server in C#.
Hi , we used the demo code from the Readme file but the browsing is extremely slow What do we miss ? Regards Yuval
Do I need to install a new certificate for IOS every time I start the program? Failure without installation? proxyServer.CertificateManager.CreateRootCertificate(false); proxyServer.CertificateManager.TrustRootCertificate(); proxyServer.CertificateManager.TrustRootCertificateAsAdmin(); //File.WriteAllBytes(" ca.cer",proxyServer.CertificateManager.RootCertificate.Export(System.Security.Cryptography.X509Certificates.X509ContentType.Cert));
When trying to change the request URI for socket requests, the requests URI doesn't change. Code ``` private async Task OnRequest(object sender, SessionEventArgs e) { e.HttpClient.Request.RequestUri = new Uri("https://mywebsite.com/?socket=" +...
I have used Titanium-Web-Proxy for reverse proxy. where can i specify server back-end Ip Address?. I have added end point and also the service started with endpoint. But it could...
Does it?
Hi, great work, superb code. Are you going to add Socks5 Proxy Support in future? I can use HttpUpStreamProxy (Squid) but for SSL this doesn't work currently very well. Using...
Hello, the existing socks5 proxy server, would you like to inquire whether it supports the following network architecture? like this : pc browser -> Titanium.Web.Proxy -> socks5 server -> internet
Hello, I am using the proxy in an automation tool I wrote for my client. He had to setup a new pc and has been having trouble starting the tool....
I'm using Selenium and Titanium Web Proxy to capture some AJAX calls with specific patterns. I'm using `BeforeResponse` handler and check `e.HttpClient.Request.RequestUri`. I constantly find a button on the page...
Couldn't authenticate host 'hm.baidu.com' with certificate '*.baidu.com'.  // Start proxy controller controller.StartProxy(); Console.WriteLine("Hit any key to exit.."); Console.WriteLine(); Console.Read(); controller.Stop();