Chapter 4: Property Reference

response.icap_service( )

Determines whether a response to a client request is first sent to an ICAP service before being given to the client. Depending on the ICAP service, the response may be allowed, denied, or altered. Typical applications include virus scanning.

Syntax

response.icap_service(servicename [, fail_open fail_closed]) response.icap_service(no)

The default values are no and fail_closed.

where:

servicename—A configured ICAP service that supports response modification.

fail_open —If the ProxySG cannot communicate with the ICAP service, the response may be delivered (subject to other policies).

fail_closed —If the ProxySG cannot communicate with the ICAP service, the request is denied. This is the default and need not be specified to be in effect.

response.icap_service (no)Disables ICAP processing for this response, regardless of whether there is an ICAP service name defined in configuration. This is useful when ICAP processing is generally desired, but specific exceptions are required.

Layer and Transaction Notes

Use in <Cache> layers.

Applies to HTTP, FTP, proxy, and cache transactions.

See Also

• Properties: request.icap_service( )

213

Page 213
Image 213
Blue Coat Systems Proxy SG manual Response.icapservice