Key Capabilities
- Real-time content adaptation and security scanning
- Support for both request modification (REQMOD) and response modification (RESPMOD) modes
- TLS encryption support for secure communications
- Customizable HTTP encapsulation for legacy system compatibility
- Flexible authentication options including private certificate support
- Functions as a Transform step in the flow. Files that are flagged as needing attention yield errors, while other files proceed down the flow as usual.
Connector Configuration
This section contains all of the configurable connector properties.Settings Tab
Settings related to the core configuration of the connector.Advanced Tab
TLS Client Authentication
Other Settings
Proxy Settings
Logging
Miscellaneous
Automation Tab
Automation Settings
Settings related to the automatic processing of files by the connector.Performance
Alerts Tab
SLAs Tab
Transactions Tab
This tab lists all messages associated with the connector. Use the search bar to find specific messages, or click the funnel icon to apply a filter. You can filter by time, message direction, and/or status. Incoming responses appear on this tab.Events Tab
The following are available in the Response event:
- StatusCode: The ICAP response status code (such as 200, 204, or 4xx)
- _response: The ICAP response. You can use
[_response.header:xxx]to get a specific header. - _message: To refer to the input message (headers and body), and adding headers to the output.