混合SimpleClientHttpRequestFactory和HttpComponentsClientHttpRequestFactory

时间:2015-02-12 10:19:57

标签: spring proxy basic-authentication resttemplate

我需要使用SimpleClientHttpRequestFactory设置代理,我需要为HttpComponentsClientHttpRequestFactory的网络服务设置基本的autenticathion。

我正在使用Spring restTemplate服务,我需要混合使用factorys

我该怎么做?

感谢。

1 个答案:

答案 0 :(得分:0)

我认为您正在尝试创建HttpClient来呼叫休息服务,您可以使用

org.springframework.web.client.RestTemplate

有关基本身份验证的详细信息,请参阅http://www.baeldung.com/2012/04/16/how-to-use-resttemplate-with-basic-authentication-in-spring-3-1/