browserup / browserup-proxy

BrowserUp Proxy is a free utility to watch, test, and manipulate web application network traffic and performance.
https://browserup.com
Apache License 2.0
164 stars 41 forks source link

[enhancement] - Proxy chain exceptions URLs #194

Closed Nashati closed 4 years ago

Nashati commented 4 years ago

I want to define a list of URLs that will not go through the defined chain proxy.

One solution could be adding an exception list when setting up a chained proxy. void setChainedProxy(InetSocketAddress chainedProxyAddress, List<String> exceptionsUrls);