Make call to non-http protocol like ICAP

How can i make call to non http protocal using apigee, like ICAP for anti-virus scan?

Can i directly use it in target or need to write some scripts? If not target then can i use Nodejs? If yes then which lib to use or any example for the same?

i need to call the icap protocol url and check the response recieved.

@Dino-at-Google

Solved Solved
0 3 929
2 ACCEPTED SOLUTIONS

Not applicable

you cannot directly call as the target.

You can use javacallout. In my case I needed ldaps call and I used javacallout.

View solution in original post

You may wish to check some prior Q&A here.

[1] How do I make an ICAP call?

[2] How to scan?

View solution in original post

3 REPLIES 3

Not applicable

you cannot directly call as the target.

You can use javacallout. In my case I needed ldaps call and I used javacallout.

Thanks for the answer. Any appropriate link to refer for example?

I tried using Nodecap for hosted target but it's not giving desired output.

You may wish to check some prior Q&A here.

[1] How do I make an ICAP call?

[2] How to scan?