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#.
I have a client program that uses the xnet library to get data. I use Titanium proxy to catch url connection and return ok data. But currently cannot catch the...
It all works fine to intercept requests and modify as long as it's not console based, but as soon as I try to capture requests from console it doesn't work....
1. The following figure is the certificate information obtained in the code  2. The following figure is the certificate information already installed in the android certificate center  3....
Hi guys, I have been using Titanium Web Proxy in a project for over a year and it worked super sweet. However, in the past few weeks, the same code...
in the proxy Models name space, there is the externalserver class object...But i don't know how i can make it work as a proxy client instead of the complex server......
I am trying to set an upstream proxy for the localhost proxy. In order to to achieve: Client -> localhost proxy -> upstream proxy -> internet. Setting the upstream with...
I noticed the certificate "grace period" is hard-coded at 366 days for all 3 implementations: [link](https://github.com/justcoding121/titanium-web-proxy/search?q=Grace). This sets the 'valid from' field of the certificates that are generated on the...
I'm using "Titanium-Web-Proxy" as Nintendo's switch console download accelerator. I use tunnel agents to do this function ```c# var proxyServer = new ProxyServer(); var explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, 8000, false)...
To use titanium much easier on Windows I have createad a [simple wrapper](https://github.com/Kebechet/TitaniumWebProxyWrapper) in order to intercept and change data in requests/responses. If you find it useful can you link...
Hi folks, I have been working at this for a bit now... I see there is a way to run titanium web proxy as a windows service. I am building...