justcoding121 / titanium-web-proxy

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

filtering and throwing to upstream #825

Closed jfmaes closed 3 years ago

jfmaes commented 3 years ago

Hello

Is it possible to route certain urls to the upstream proxy? we are in a complex setup where some URLS require specific proxies in order to be accessed. This means that all traffic should flow through Titanium, with the exception of a predefined set of URLS, preferably supported with wildcard characters... is this doable?

jfmaes commented 3 years ago

Doable with customfunc