25 questions
0
votes
0
answers
45
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
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/...
0
votes
1
answer
449
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 ...
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
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
0
answers
272
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-...
1
vote
1
answer
824
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 ...
1
vote
0
answers
440
views
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 / ...
1
vote
0
answers
286
views
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 ...
1
vote
0
answers
213
views
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
...
-1
votes
1
answer
653
views
what is the equivalent of Task.FromResult() from .NET 4.5 in .NET 3.5
I'm using the titanium proxy to analyse the data trafic.
They using Task.FromResult(0) as return. My environment it was 3.5 framework.
m_proxyServer.ServerCertificateValidationCallback += ...
0
votes
1
answer
309
views
How to detect file download request
I have a situation where I need to block all file download request/response from web on the system which is running Titanium-Web-Proxy.
How can I identify all those requests/responses to block them.
0
votes
1
answer
2k
views
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 ...