ORDS multipart/related HTTP Requests
We are using Oracle REST Data Services - 23.4.
We are trying to send an HTTP request with the content type multipart/related to an ORDS endpoint. It is XML with attachments.
Unfortunately, we always get the error message:
An unexpected error has occurred with the following message: org.apache.commons.fileupload.FileUploadException: the request was rejected because no multipart boundary was found
The error message occurs even before the source PL/SQL block is processed in the resource handler.
Apparently ORDS cannot handle multipart/related because there is no parser for it.
Is there a way to configure ORDS so that the request can be processed or at least the request BLOB can be processed?