titanium-web-proxy
titanium-web-proxy copied to clipboard
A cross-platform asynchronous HTTP(S) proxy server in C#.
Hello, Titanium Proxy is wonderful, i'm using it as service inside windows with the built-in certificate and windows is set to use 127.0.0.1:8000 as default proxy for http/https (where titanium...
It looks like there are a few places where exceptions are intentionally being throw. This seems to have a very adverse effect on performance, especially in RequestHandler and ResponseHandler and...
Hi, Is it possible to set authentication credentials that will be used with each request? To understand what I mean, look please at Fiddler and its ability to specify `X-AutoAuth`...
I've set up a simple gRPC client and server where, when I run the client, I make 4 gRPC calls (unary -> server streaming -> client streaming -> bidirectional streaming)...
Hello, I want to make an intermediate proxy, I do not need to decrypt the data, but I need to specify a proxy in my browser without a password and...
Hi everyone, I'm having a problem with modifying the requests before they reach the browser. I've posted the question on stack overflow, please check it out: https://stackoverflow.com/questions/63508922/titanium-web-proxy-cant-modify-request-body The solution might...

Hi, I'm trying to read a long chunked response which never ends. So it's got blocked forever, with the proxy waiting for all chunks to assembly in one response body....
The current implementation only supports basic authentication. How can I implement NTLM and negotiate authentication for upstream proxy ?
How do users connect to SocksProxyEndPoint must authenticate username and password. I have read that in the latest version of Titanium web proxy which allows to enable username password authentication...