27 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
35
views
looking for specific api call using titanium web proxy in my c# app doesn't work but when i use fiddler classic it works
I'm trying to intercept HTTP/HTTPS traffic from a Windows application using Titanium Web Proxy in my C# app.
My C# app sets up an explicit proxy on port 8888 and captures most HTTPS requests just fine ...
0
votes
0
answers
17
views
Response event hanlder did not trigger
I am testing titanium-web-proxy .net package 3.2.0 and have found something weird. I am able to capture requests and all is looking good, but the event handler bound to the BeforeResponse event is not ...
0
votes
0
answers
51
views
Loading multiple certificates with titanium web proxy
I want titanium web proxy to load multiple certificates (.crt files to be exact) and use them to decrypt HTTPS traffic for servers associated with them. This is the code I currently use which allows ...
0
votes
0
answers
406
views
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 ...
0
votes
1
answer
1k
views
C# Selenium Inject/execute JS on page load
I'm using .NET Core 6 with C# 10.
What I'm trying to achieve is to run Selenium in headless mode whilst remaining "undetectable". I followed the instructions from here: https://intoli.com/...
1
vote
1
answer
465
views
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 ...
0
votes
1
answer
447
views
How create intermediate proxy system
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 login, and the software will connect to the proxy that has ...
1
vote
1
answer
1k
views
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 ...
2
votes
1
answer
2k
views
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....
0
votes
1
answer
1k
views
Problem redirecting to another proxy, using Titanium.Web.Proxy in c#
Yesterday, i started a very simple project with Titanium.Web.Proxy, for testing the libray. It consisted in redirecting all the requests to the proxy of my company, with my user and my pass. I got ...
0
votes
1
answer
5k
views
Trying titanium web proxy solution
We installed nuget titanium web proxy, created a window service and initiated titanium web proxy. The windows service works, runs, and start and stop times are written to a log file. But the web proxy ...
0
votes
1
answer
719
views
How do I get a callback like AfterSessionComplete with Titanium-Web-Proxy
I used to use another proxy server library with C# to capture HTTP request, and it only has a AfterSessionComplete event which fires after the whole request/response action has all finished, and you ...
0
votes
0
answers
268
views
Unable to intercept PowerShell remote traffic using Titanium Web Proxy
I want to intercept PowerShell remote traffic. I want to use Titanium because I need to do some intermediate processing on the requests. When I launch the Titanium.Web.Proxy.Examples.Wpf app, out-of-...
0
votes
1
answer
2k
views
Titanium Web Proxy - Can't modify request body
I'm having an issue with Titanium Web Proxy. What I want is to change the content of certain websites before I load them in the browser. I've implemented everything and it's working okay, minus the ...
1
vote
1
answer
816
views
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 ...