How I can create custom module in c-icap?
Status: Beta
Brought to you by:
chtsanti
How I can create custom module in c-icap? Is there any way where i can create module for c-icap using bash/shell script or python or PHP?
I wanted to add/reply some response headers for each URLS based on my business rules. How could I do that?
I have php and python scripts which dose that checks and based on that i can set response headers.
I am using squid proxy to get urls in.
Anonymous
Currently you can build c-icap modules only using C or C++
The upcoming c-icap-0.4.x/c-icap-modules-0.4.x releases will have a service which supports such modifications in http responses.
For the c-icap-0.3.x you should build a custom service.