[ 
https://issues.apache.org/jira/browse/CAMEL-9542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121777#comment-15121777
 ] 

Luca Burgazzoli commented on CAMEL-9542:
----------------------------------------

Should we also add authentication ? like adding the following options:

{code:java}
    @UriParam
    private String proxyHost;
    @UriParam
    private Integer proxyPort;
    @UriParam
    private String proxyAuthMethod;
    @UriParam
    private String proxyAuthUsername;
    @UriParam
    private String proxyAuthPassword;
    @UriParam
    private String proxyAuthDomain;
    @UriParam
    private String proxyAuthHost;
{code}



> Allow HttpClient configuration (proxy, connection pooling, etc) for 
> camel-geocoder component
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-9542
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9542
>             Project: Camel
>          Issue Type: New Feature
>    Affects Versions: 2.16.1
>            Reporter: George Noorts
>            Assignee: Luca Burgazzoli
>            Priority: Minor
>
> Other camel components allow custom configurations of the HttpClient, but 
> this component hides that configuration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to