Question
1
Replies
186
Views
State of New Jersey
Posted: February 12, 2020
Last activity: February 13, 2020
Closed
Scan Viruses through ICAP
We have a requirement to scan a pdf or txt file for viruses(when uploaded by a user). We are scanning the files through Symantec ICAP server. Can you please let us know if there is any integration with ICAP server in PEGA?
Let us know if anyone has experience with it?
Thanks
There is an extension point called CallVirusCheck under Data-WorkAttach-File. This available activity gets invoked for every file upload action before saving the data into Pega.
You may call your own antivirus API's using the Java step.