Get requests with a request body: Spring RestTemplate vs Apache HttpClient
During the last couple of days, I had the task to call some rest endpoints for a backend application. So far, so good, so easy… I thought. However, something looked strange, when I tried to get a JWT authorization token, that I needed to perform other rest calls. The company that developed the rest endpoint…