Question
multipart/form-data in Connect-REST without base64
Hi All,
Whenever we attach any file in Pega, we need to perform a virus scan (to extend the call virus check functionality) using the existing API on the business side.
API will scan the file and based on the response we need to attach the file.
We have challenges sending a file as "multipart/form-data" in connection-REST.
Our external system does not accept Base64 format. So we should not send base64 format.
How to achieve this?
Regards,
AK
***Edited by Moderator Marije to add Capability tags***