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

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

enhancement

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

enhancement

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

bug
http/2

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

![image](https://user-images.githubusercontent.com/4510984/100053435-05d9e600-2e5b-11eb-9a93-0403393e2412.png)

bug
contributor wanted

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

enhancement
contributor wanted

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