How can I send POST request with zip body using WebClient reactive web client
问题 How to POST a request with ZIP (compressed data) body using WebClient reactive web Client. I created a zip in memory (bytearrayoutputstream) and want to send the zip data in a POST request body using WebClient reactive web Client. The REST API is a PdfReactor REST WebService. The Response is a binary data (pdf). When I debug my Code I get the following error: Pooled connection observed an error org.springframework.web.reactive.function.UnsupportedMediaTypeException: Content type 'application