Top "Resttemplate" questions

Use this tag for Spring's RestTemplate, a class for client-side HTTP communications and RESTful principles enforcement.

CertificateException: No name matching localhost found using OAuth2RestTemplate NOT RestTemplate

I am trying to use a OAuth2RestTemplate to access a self-signed certificate to retrieve tokens over HTTPS but I …

ssl spring-boot oauth resttemplate oauth2resttemplate
Resttemplate and patch, invalid

I use spring 1.4.3 I try to call a web service @PatchMapping(value = "/members/{memberId}/card") public ResponseEntity updateMemberCardId(@PathVariable("memberId") …

spring-boot resttemplate spring-restcontroller
Spring Redis template with Jedis connection factory , Redis standalone configuration and multi-threading

I am using Spring Redis template in a multi-threaded environment. One thread saves the data into Redis and other one (…

multithreading spring-boot redis resttemplate jedis
Consuming Spring Hateoas Restservice with RestTemplate

I have two applications, one is called bar, what provides me resources in HAL format. The other is bcm to …

java client resttemplate spring-hateoas hal
Spring RestTemplate with rootUri return URI is not absolute error

I have a RestTemplate that I build it with RestTemplateBuilder. I set the rootUri for builder. In below method (updateState1) …

java spring kubernetes resttemplate camunda
Ignoring self-signed certificates in SpringBoot using RestTemplate

I'm working on a SpringBoot application which needs to make RESTful calls to an internal API that uses a self-signed …

java spring-boot certificate resttemplate self-signed-certificate
Make Http call using ReactiveX for Java

I am new to ReactiveX for Java and I've the following code block that make external http call but it …

java asynchronous reactive-programming resttemplate reactivex
Spring RestTemplate Large Files ContentLength Auto Changed

Got a question on RestTemplate with Large Files. Is there a max content length and/or does it automatically get …

java spring resttemplate content-length http-content-length