titanium-web-proxy icon indicating copy to clipboard operation
titanium-web-proxy copied to clipboard

intermediate proxy

Open avlobn opened this issue 3 years ago • 4 comments

Hello, 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 work with https support (such like google, youtube), tell me a solution that does not slow down the page loading much and does not give my real address (if I use ExplicitProxyEndPoint explicitProxyEndPoint = new ExplicitProxyEndPoint (IPAddress.Parse ("127.0.0.1"), 50000, false);) then all traffic does not go through the specified proxy, if I use true then all sites are loaded VERY long

and if I use TransparentProxyEndPoint, then my browser asks for a username and password from the proxy(and it happens endlessly), how can I avoid this?

i want: scheme of work:

browser -> local proxy(127.0.0.1:50000) ->my soft -> proxy in internet(ip:port@login:password) -> site browser <- local proxy(127.0.0.1:50000) <-my soft <- proxy in internet(ip:port@login:password) <- site

avlobn avatar Apr 30 '21 16:04 avlobn

Why don't you use proxifier?

russia avatar Jun 12 '21 16:06 russia

proxifier

more details?

avlobn avatar Jun 12 '21 20:06 avlobn

https://www.proxifier.com/

russia avatar Jun 13 '21 09:06 russia

https://www.proxifier.com/

1 pc - $ 40, no thanks

avlobn avatar Jun 13 '21 09:06 avlobn