WebClient content type ‘application/xml’ not supported for bodyType
When I try to send request with xml payload I get error: Content type 'application/xml' not supported for bodyType
.
Spring webclient handling of http response with trailer
I’m using the spring webclient to make my api calls, and one of the calls has a optional trailer response if anything went wrong. The response is chunked encoded.