titanium-web-proxy
titanium-web-proxy copied to clipboard
A cross-platform asynchronous HTTP(S) proxy server in C#.
https://github.com/justcoding121/titanium-web-proxy/blob/1e9d602af954b98074775f235b9581f62ce9e3b6/src/Titanium.Web.Proxy/ExplicitClientHandler.cs#L145 It seems that currently, it doesn't support both protocol at the same time, any workaround or any plan for supporting this?
I want to decode https traffic from application not the web browser. I also cannot set the applications to a proxy server. I see that transparent is a part of...
Hi. I am using titanium proxy as local proxy and it works well. But i have some problems with tls. My goal is to support only TLS1.2 and TLS1.3 versions....
I'm currently working on implementing the feature described in #944. So far I've made it working for plain HTTP requests and I still need to figure out how to do...
Doneness: - [✓] Build is okay - I made sure that this change is building successfully. - [✓] No Bugs - I made sure that this change is working properly...
Doneness: - [x] Build is okay - I made sure that this change is building successfully. - [x] No Bugs - I made sure that this change is working properly...
chatGPT is not working through proxy when performing SSL Inspection. Works fine without SSL Inspection. With SSL Inspection enabled, OpenAI is sending a 403 Forbidden error (verified in browser HAR...
when set CertificateEngine = DefaultWindows, every thing fine, and when set CertificateEngine = BouncyCastle, browser shows ERR_CERT_AUTHORITY_INVALID!!! In BCCertificateMaker.cs source , var issuerDn = new X509Name(issuerName); I change it to...
I'm Using transparent proxy endpoint. and I'm trying to forward traffic on network proxy. here both proxy running on local host with different ports. 1. 1st proxy is running on...
Is there a way to get the remote **server**'s ip address? E.g. google.com => 64.233.177.100 Thank you