Configuring Additional HTTPS Status Code, which ICAP Client Sends in RESPMOD

Description

To send HTTP server response to an ICAP server in RESPMOD, you can configure HTTP server status codes that the ICAP ClientClosed The ICAP Client functionality in your Security Gateway or Cluster (in versions R80.40 and higher) enables it to interact with an ICAP Server responses (see RFC 3507), modify their content, and block the matched HTTP connections. sends to the ICAP server.

By default, the ICAP Client sends server status codes 1xx or 2xx.

Configuring the HTTP Server Status Codes

You add the HTTP server status codes as values of the specific kernel parameter:

Item

Description

Name

icap_append_status_code_str

Type

String

Notes

  • Length of each added server status code is from 1 to 3 characters

  • Accepted string values are:

    • '<Single Digit N>' - ICAP Client sends all status codes Nyz that start with the specified digit N (for example, if you set the value to '3', the ICAP Client sends status codes 3yz)

    • '<Two Digits NN>' - ICAP Client sends all status codes NNz that start with the specified two digits N (for example, if you set the value to '30', the ICAP Client sends status codes 30z)

    • '<Three Digits NNN>' - ICAP Client sends the specified status code NNN (for example, if you set the value to '304', the ICAP Client sends the status code 304)

  • You can add up to 10 server status codes

For general instructions, see the R82 Quantum Security Gateway Guide > Chapter Working with Kernel Parameters on Security Gateway.