Posts by rlp master • 3 points
3 posts
-
-2
votes1
answer41
viewsQ: Problem when making a POST request
Hi, I’m trying to make a POST type request with Bearer token for an endpoint. When I perform this request by the postamn it returns normally, but when it is performed by the method I created using…
-
0
votes1
answer26
viewsA: Problem to request via restTemplate
I solved the problem by changing the version of the spring-web dependency to 5.2.9.RELEASE from the project. Soon after he started returning the Responseentity object correctly <dependency>…
-
-1
votes1
answer26
viewsQ: Problem to request via restTemplate
Hello I am developing a . jar that consults the dollar’s quotation value, through the request for an endpoint provided by the central bank. When I request via Postman json comes correctly, but by…