justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.92k stars 598 forks source link

How to creat local proxy and forward request to other proxy #934

Closed ngochoaitn closed 1 year ago

ngochoaitn commented 1 year ago

I have created http proxy server: 127.0.0.1:8000. On this http proxy server a want to handle client request get response from 2 other http proxy: 102.234.53.3:7789 and 102.234.89.20:8888 How to do with Titanium Proxy? Thank

ngochoaitn commented 1 year ago

Duplicate: https://github.com/justcoding121/titanium-web-proxy/issues/753