titanium-web-proxy
                                
                                 titanium-web-proxy copied to clipboard
                                
                                    titanium-web-proxy copied to clipboard
                            
                            
                            
                        A cross-platform asynchronous HTTP(S) proxy server in C#.
As the title says. I have a upstream proxy which requires NTLM authentication and unfortunately Titanium cannot be used with it.
Hello, I'm using titanium web proxy to redirect certain requests to another proxy server and do nothing for others. I've achieved it this way: ``` public async Task OnRequest(object sender,...
Hi I am using the Web Proxy as a service to decrypt https but i am getting this error : [1/23/2020 12:57:28 PM]Unhandled Exception in ProxyServer, Exception = System.Exception: Failed...
When I enable ssl decryption clients get an untrusted certificate error because they haven't installed the root certificate. I need to send incoming SSL requests through an upstream proxy and...
Trying to use this in a Unity3d project. I'm not sure if this has something to do with the Unity itself, perhaps because it is running Mono? I get the...
Hi Is it possible to load the certificate using code ? for the first time the app is running it asked if i am sure that i want to install...
Hi .. We ran the code (Much similar to the sample code) On our machine it is working great but in the user machine .. no error appear but no...
How can we not generate rootcert.pfx without forwarding traffic and intercepting data
I ran titanium.web.proxy.examples.basic, released the comments of the following code, tested the native 127.0.0.1 and port 1080, unable to run normally? var socksEndPoint = new SocksProxyEndPoint(IPAddress.Any, 1080, true) { //...
Hi folks, I have been working with titanium for some time trying to integrate it into my project which will require a proxy server. I may have run into an...