[
https://issues.apache.org/jira/browse/CAMEL-22689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18038051#comment-18038051
]
Luigi De Masi commented on CAMEL-22689:
---------------------------------------
thanks [~llowinge] , honoring the {*}useSystemProperties{*} is definitely part
of the resolution of this issue.
[~davsclaus] Yeah I already provided a workaround for a customer implementing
[this|https://github.com/apache/httpcomponents-client/blob/eb2a831ceb989930f984a9c22b3ce5ea792ebe5b/httpclient5/src/main/java/org/apache/hc/client5/http/impl/routing/DefaultRoutePlanner.java#L115],
I just need to find a way to generalize it in the camel component.
> camel-http - Add nonProxyHosts option to exclude hosts/domains from proxy
> -------------------------------------------------------------------------
>
> Key: CAMEL-22689
> URL: https://issues.apache.org/jira/browse/CAMEL-22689
> Project: Camel
> Issue Type: Improvement
> Components: camel-http
> Reporter: Luigi De Masi
> Assignee: Luigi De Masi
> Priority: Major
>
> Currently, the camel-http component supports proxy configuration through
> options like
> \{{proxyAuthHost}}, \{{proxyAuthPort}}, \{{proxyAuthUsername}}, and
> \{{proxyAuthPassword}}.
> However, there is no way to exclude specific hosts or domains from going
> through the
> configured proxy.
> Add a \{{nonProxyHosts}} option to the HTTP component that allows users to
> specify a list
> of hosts/domains that should bypass the proxy and connect directly. This
> option should support patterns similar to Java's standard
> \{{http.nonProxyHosts}}
> system property
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)