标签: java spring authentication https resttemplate
可能重复: Spring Security Authentication using RestTemplate
我可以使用Spring RESTTemplate从URL获取数据。但是,我想要访问需要身份验证的https网址(我有用户名和密码)。
https
如何将RESTTemplate与身份验证一起使用?
编辑:我想连接一个https网址,并使用其他语言和我所拥有的不同系统进行编码。
PS:如果存在任何好的RESTTemplate示例和带有身份验证示例的RESTTemplate(我在我的应用程序中使用json和jackson)并且您建议,欢迎您。