Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
45 views

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 ...
Ilias's user avatar
  • 3
0 votes
1 answer
1k views

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/...
BlackHawkCH91's user avatar
0 votes
1 answer
449 views

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 ...
Пётр Гусеев's user avatar
2 votes
1 answer
2k views

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....
Marc Alves's user avatar
0 votes
1 answer
5k views

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 ...
Gobot's user avatar
  • 1
0 votes
0 answers
272 views

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-...
C Robinson's user avatar
1 vote
1 answer
824 views

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 ...
John DeBritto's user avatar
1 vote
0 answers
440 views

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 / ...
XaverB's user avatar
  • 81
1 vote
0 answers
286 views

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 ...
A. Krayn's user avatar
1 vote
0 answers
213 views

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 ...
André's user avatar
  • 900
-1 votes
1 answer
653 views

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 += ...
Surendhar's user avatar
  • 327
0 votes
1 answer
309 views

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.
Harish Kumar's user avatar
0 votes
1 answer
2k views

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 ...
selva's user avatar
  • 905