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 .NET 5 app hosted inside IIS, I'm using Selenium to perform fetch information from websites and use the Titanium Proxy to intercept the requests. It all works...
Hi! I've my API that verifies the content on the website. I want to use TitaniumWebProxy to block a website - first I want to send an address (I mean...
In the proxy server, I set the timeout, such as proxyServer.ConnectionTimeOutSeconds = 30; proxyServer.ConnectTimeOutSeconds = 30; Is there any connection timeout event in the reverse proxy, so that I can...
Hello all, first off great product. Well documented, well laid out. Just works. I am trying to figure out an on-going issue which I cannot track down. This may not...
.Net Framework 4.7.2 and .Net Standard 2.1 has class [CertificateRequest](https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.certificaterequest) for generating certificate You can see example code for creating/chaining certificate [here](https://stackoverflow.com/a/65839573/4082344)
I want to know how can I put decryptSsl to false and still in the OnBeforeRequest Event Handler simply drop the request or might corrupt. I don't need to read...
The initial loadtimes for new connections/requests are very high, and it seems that connections are not kept open? After every connection the SSL handshake is done, which usually adds between...
Hello! I am using titanium proxy as local proxy. My environment is like following. My server is **https** and it uses **self-signed certificate**. So i installed server's self-signed certificate to...
Is there any way I can use Titanium-Web-proxy with Selenium grid? The test is running on one node and the browser opens in another node.
https://github.com/justcoding121/Titanium-Web-Proxy/issues/782 According to the above, last month, I succeeded in setting the certificate time for 365 days, which can block IOS, but today I can't intercept it in the test....