How do I make an ICAP call. This is the protocol used by virus scanning software

ServiceCallout Policy handles only HTTP and HTTPS calls. Is there a policy that I can use to make an ICAP call. ICAP is the protocol used by Virus Scanning software? If there isn't an out-of-the box policy, how would I go about handling this scenario.

1 2 2,696
2 REPLIES 2

I am also looking for a similar scenario. Any help would be appreciable. @Anil Sagar @Dino

@Prathip @Pradeep

If you want to send OUT an ICAP request, I suggest that you code it in nodejs, or Java.

Here is a Java library that implements an ICAP client.

I couldn't find an icap client library for nodejs.

Good luck!