[
https://issues.apache.org/jira/browse/CAMEL-22689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18038011#comment-18038011
]
Claus Ibsen commented on CAMEL-22689:
-------------------------------------
Yeah this would be nice, you may need to debug inside http client as it may
still require those system properties. But there may be a way you can configure
this more directly.
Otherwise reach out to the HTTP client project as they are open to feedback
from a sister Apache project.
> 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)