titanium-web-proxy icon indicating copy to clipboard operation
titanium-web-proxy copied to clipboard

A cross-platform asynchronous HTTP(S) proxy server in C#.

Results 127 titanium-web-proxy issues
Sort by recently updated
recently updated
newest added

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...

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...

enhancement

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'. ![QQ图片20191217170851](https://user-images.githubusercontent.com/26525599/70981481-30baa680-20f0-11ea-8c09-0fa0f3201cf9.png) // Start proxy controller controller.StartProxy(); Console.WriteLine("Hit any key to exit.."); Console.WriteLine(); Console.Read(); controller.Stop();