Questions tagged [icap]

The Internet Content Adaptation Protocol (ICAP) is a lightweight HTTP-like protocol used to extend transparent proxy servers, thereby freeing up resources and standardizing the way in which new features are implemented.

The Internet Content Adaptation Protocol (ICAP) is a lightweight HTTP-like protocol specified in RFC 3507. It is used to extend transparent proxy servers, thereby freeing up resources and standardizing the way in which new features are implemented.
ICAP is generally used to implement virus scanning and content filters (including censorware) in transparent HTTP proxy caches.
The name part "Content Adaptation" refers to performing the particular "value added service" (a euphemism for "content manipulation") for the associated client request/response.

23 questions
0
votes
1 answer

How to configure Squid to return custom error pages based on result of eCAP adapters?

The eCAP adapter is configured in squid.conf as: acl bypass_scan_types_req req_mime_type -i ^text/ acl bypass_scan_types_req req_mime_type -i ^application/x-javascript acl bypass_scan_types_req req_mime_type -i ^application/x-shockwave-flash …
Nitinkumar Ambekar
  • 969
  • 20
  • 39
0
votes
1 answer

Apache mod_proxy and icap protocol

I try to use Apache mod_proxy for icap protocol. My configurations looks like: ProxyPass icap://IP:1344/RESPMOD?policy=virus_only ProxyPassReverse icap://IP:1344/RESPMOD?policy=virus_only Order allow,deny Allow…
rafcio
  • 11
  • 7
0
votes
1 answer

Performance testing a service using ICAP

I am trying to performance test a service that uses ICAP as its protocol. Is there any specific tool / library that can come in handy? Any Java suggestions? Suggestions would be much appreciated.
NayG
  • 59
  • 3
0
votes
1 answer

Squid configuration with ICAP filter

We're new to Squid and trying to setup this configuration, we're not certain it's possible: Incoming compressed HTTP Decompress and forward to ICAP service Log and discard if ICAP service returns 4xx Send original, compressed payload to destination…
Mike Summers
  • 2,139
  • 3
  • 27
  • 57
0
votes
0 answers

Which database is the best for ICAP Squid transparent proxy?

I am not sure which database is the best for transparent proxy server, I am using Squid ICAP (client) and Greasyspoon ICAP server. It is running on Ubuntu 14.04 LTS. I am planning to use this db in order to filter URLs and to connect it with my…
-1
votes
1 answer

c-icap with Windows Defender

I was tasked to set up an open-source icap-server to scan files that are uploaded in one of our web applications. The files base64-encoded withing the upload method and this seems to lead to the fortigate not being able to scan it properly. Now I…
Kevdor
  • 31
  • 7
-1
votes
1 answer

C-icap - how to cross compiling?

I've been trying to cross compile the C-icap on ARM Cortex A8 (Linux - Arago 2011.09 am335x). I downloaded the c-icap from http://c-icap.sourceforge.net/download.html I have arm-arago-linux-gnueabi-gcc and arm-arago-linux-gnueabi-g++. I don't know…
Jakub G
  • 11
  • 5
-1
votes
1 answer

How do I configure squid proxy and greasyspoon ICAP server to access the user_id

We are using squid proxy along with the GreasySpoon ICAP server to modify responses for development purposes. We have a need to allow different developers to have different modifications to the responses because they are working on things relevant…
Carl G
  • 17,394
  • 14
  • 91
  • 115
1
2