Hi,
If we have scenario where the attachment is sent as byte format inside JSON Payload and need to scan for content inside JSON payload.
How do we scan this in apigee?. Attachment is not physical file attachment, but its Byte format embedded inside JSON payload.
1. REST/SOAP messages with file attachments are classified as multipart messages, hope this scenario is not considered to be multipart ?
2. How to scan such type of request. in Apigee (where attachment is sent as byte format inside JSON Payload).
https://community.apigee.com/questions/11790/how-do-i-make-an-icap-call-this-is-the-protocol-us.html
Seen this community post but this indicates example using avnscan with java callout (as an example), but we are not sure for the listed UC if its applicable ( for scenario byte format inside JSON Payload, we donot have the file name its in binary format) or any other approach is recommended?