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
0
votes
0 answers

Titanium Web Proxy change outgoing IP for each request

I am using Titanium Web Proxy to set up a large scale proxy server to proxy multiple thousand connections concurrently. What I want to achieve is to set a certain outgoing ip address for every request. I only found the ProxyServer.UpStreamEndPoint…
FraftDev
  • 1
  • 1
0
votes
0 answers

How to create or clone a request with Titanium Web Proxy

I would like to implement a feature to allow me to copy/clone one existent request, edit it and submit it. The objective to use it as a tool to analyze and test/develop instead of using another tool like postman just to create new requests. Sadly I…
Seltix
  • 69
  • 3
  • 13
0
votes
1 answer

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/blog/not-possible-to-block-chrome-headless/ which provided a…
0
votes
1 answer

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 login and password verification, all this should…
0
votes
1 answer

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 stucked here. I was able to recieve all the request…
0
votes
1 answer

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 is supposed to catch internet request and afford…
Gobot
  • 1
  • 1
  • 1
0
votes
1 answer

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 can get the the host, path and query, request and…
whc2001
  • 5
  • 1
  • 6
0
votes
0 answers

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-the-box it intercepts all the browser traffic, but…
C Robinson
  • 411
  • 4
  • 18
0
votes
1 answer

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 changing content part. Here is that part of the…
Nikola Pejic
  • 145
  • 1
  • 12
0
votes
1 answer

Using custom SSL certificates in titanium web proxy

I have used Titanium web proxy for a windows forms application and there, I intercept https traffic and update it. I have first used titanium root certificate and it worked fine. when I was trying to use custom ssl certificate as below …
0
votes
2 answers

Requesting a certificate every time after the starts unit tests with titanium-web-proxy

each time when I run unit tests by NUnit(2.6.4) that use titanium-web-proxy(3.0.398-beta) appears security warning about installing the certificate, but if I start titanium-web-proxy like the standalone app it asks only at first time and then starts…
Donsezan
  • 11
  • 1
  • 5
0
votes
1 answer

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

HTTPS Sites are not working when i am using Titanium web Proxy

Iam using Titanium web proxy to track all HTTP/HTTPS Request and Response.Here is the link to download the Titanium web Proxy https://github.com/justcoding121/Titanium-Web-Proxy Now iam facing issue in Firefox that its not allowing me to browse…
Ravi Kanth
  • 1,182
  • 13
  • 38
-1
votes
1 answer

Cannot Await Void - Parameter within Async Method C#

I'm trying to test the example of the Titanium Proxy Server. However, after copying the example within the 'Read Me' section exactly, I am stuck with an error I can't resolve. Within this method: public async Task OnRequest(object sender,…
Explorex
  • 547
  • 6
  • 13
-1
votes
1 answer

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 += OnCertificateValidation; what can we use replace for…
Surendhar
  • 307
  • 2
  • 3
  • 12
1
2