Once our WebClient is configured for a specific baseUrl, we can start performing HTTP requests.
As the internal WebClient architecture is designed for reactive and non-blocking applications, we either have to call .block() or rewrite our codebase to accept Mono
A simple sync HTTP GET request with our previously configured WebClient looks like the following: