79673339

Date: 2025-06-20 11:58:21
Score: 1
Natty:
Report link

The solution is to create the URI with

URI uri = URI.create(signedUrl); 
client.get() .uri(uri).retrieve().body(Resource.class) 

instead of string.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: tschi