TIL: Enabling Proxy in Spring WebClient
If you are trying to setup webclient in spring boot you may came across following code snippet As of today, that approach doesn’t seem to function, the workaround was to switch to Apache HttpClient 5. Import statements If your Netty-based WebClient proxy setup isn’t behaving as expected, try falling back to Apache’s implementation. It’s just…