我需要使用SimpleClientHttpRequestFactory
设置代理,我需要为HttpComponentsClientHttpRequestFactory
的网络服务设置基本的autenticathion。
我正在使用Spring restTemplate
服务,我需要混合使用factorys
。
我该怎么做?
感谢。
答案 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/