I am trying to download content from a SAP Content Server to our application server. To do so the client (my application) has to send a HTTP-GET-Request to the SAP Content Server. The SAP Content Server then sends a response in multipart/form-data format.
So the documents I have read till now only focus on upload multipart form data (POST request).
I just have a basic query is, GET Multipart even possible?