Questions tagged [titanium-web-proxy]

Questions and support relating to the Titanium Web Proxy, a .NET web proxy plugin.

Questions and support relating to the Titanium Web Proxy, a .NET web proxy plugin. https://github.com/justcoding121/Titanium-Web-Proxy

30 questions
5
votes
1 answer

How to write a reverse proxy using Titanium-Web-Proxy?

I recently wrote a reverse proxy using Titanium-Web-Proxy. The browser accesses the reverse proxy through IP 127.0.0.1, port 80, and the reverse proxy forwards the browser's request to the IIS server at IP 127.0.0.1, port 2366. +---------+ …
Garfield550
  • 584
  • 1
  • 8
  • 13
3
votes
1 answer

Firewall causes Titanium web proxy to fail to change request url

When trying to change the request URL on an Https request to a site that is blocked by a firewall(example.com in this example), the request gets an error "Error occured whilst handling session request: Could not establish connection to…
Michael
  • 395
  • 1
  • 13
2
votes
1 answer

Titanium Web Proxy : How to run it only for one specific domain

I tried Titanium C# Web Prox, and I am very happy with it. The only point is about to know how can I configure the Web Proxy to handle only web traffic that concerns a specific domain, let say contoso.org. In fact, this custom web proxy is created…
Marc Alves
  • 43
  • 4
1
vote
1 answer

SSL Verification Fails in Linux

I'm using Titanium Web Proxy to modify headers of https requests. It works fine in Windows, but in Linux it fails with alert handshake failure error. I have generated root CA certificates with following commands. openssl genrsa -out rootCert.key…
1
vote
1 answer

Make Socks 5 requires username / password authentication? Titanium web 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 when creating a SocksProxyEndPoint. But I don't…
Des Han
  • 33
  • 1
  • 3
1
vote
1 answer

How to get request payload using Titanium Web Proxy in C#?

I'm using Titanium Web proxy to monitor requests and responses but I can't find out how get the payload data of requests. Here is my function that takes the request object and pulls the data I need from it. public async Task OnRequest(object…
John DeBritto
  • 141
  • 3
  • 12
1
vote
0 answers

how to debug ntml authentication with titanium web proxy

I am setting up a c# proxy, which authenticates all http negotiate requests with the usercredentials running the proxy. Sadly, using the titanium web proxy i am not able to authenticate via NTML / NTMLV2. Regarding to the github repository, this…
XaverB
  • 81
  • 5
1
vote
0 answers

Using proxy, only for a specific server certificate

In Titanium-Web-Proxy is possible to exclude Https addresses you don't want to proxy. The examples use the OnBeforeTunnelConnectRequest for this, but at this moment only the request is known. private async Task OnBeforeTunnelConnectRequest(object…
1
vote
0 answers

Use titanium web proxy with mulitple outgoing ips

Is it possible to set the outgoing ip address in titanium web proxy? I am currently using squid with a config like this: acl r_6 random 1/6 acl r_5 random 1/5 acl r_4 random 1/4 acl r_3 random 1/3 acl r_2 random 1/2 tcp_outgoing_address 10.0.1.110…
André
  • 750
  • 11
  • 24
1
vote
1 answer

How can i reverse proxy using Titanium-Web-Proxy?

I have used Titanium-Web-Proxy for reverse proxy. where i can specify server back-end Ip Address?. I have added end point and also the service started with endpoint. But it could not connect with backend IP Address. Titanium-Web-Proxy public void…
selva
  • 887
  • 2
  • 7
  • 11
0
votes
0 answers

How to install certificate once for local computerTitanium-web-proxy

Problem: I have used proxy server in a window form app and it will be installed in machine and I am inspecting the traffic and take specific action(s). Every user can run this application . When the application runs it asks to install titanium proxy…
0
votes
0 answers

Windows User Identity on request in Titanium Web Proxy

I have the following scenario: We need to monitor windows users' HTTP traffic. In order to do so we use Titanium Web Proxy depending on some externally defined rules, some of the users should not be able to access certain domains. Proxy is installed…
dacio
  • 51
  • 8
0
votes
0 answers

Titanium Web Proxy does not see all traffic

In the example from the repository, that in the console that in WPF, the titanium does not see HTTPS traffic from the test application. Fiddler sees it perfectly. I don’t change the test code, I launch it immediately by downloading it from the…
100Rad
  • 1
  • 2
0
votes
0 answers

I ran my program as BackgroundService but the service does not run the code

I've created program in C# Worker Service .NET 7.0. This program listening all incoming GET request and save this requests as URI and URL into Log.txt file. I used Titanium Web Proxy to listen all incoming requests from server. Program is working…
0
votes
0 answers

How do correctly connect the Bouncy Castle Crypto to Titanium-Web-Proxy

How do correctly connect Bouncy Castle Crypto to Titanium-Web-Proxy to allow the changing of TLS Client Hello message and decrypting HTTP and WebSocket traffic? Scheme: Firefox -> (Titanium-Web-Proxy + Bouncy Castle Crypto) -> site (HTTP and…
Vladislav
  • 1
  • 1
1
2