Exits

Two global user exit points are provided in CICS Web support for HTTP client requests:

XWBOPEN, HTTP client open exit
XWBOPEN is called during processing of an EXEC CICS WEB OPEN command, which is used by an application program to open a connection with a server. It is designed for use to specify proxy servers that should be used for HTTP requests by CICS as an HTTP client, and to apply a security policy to the host name specified for those requests.
XWBSNDO, HTTP client send exit
XWBSNDO is called during processing of an EXEC CICS WEB SEND or EXEC CICS WEB CONVERSE command. It is designed for use to specify a security policy for HTTP requests, in particular for the path component of the request.

The exits are described in the CICS® Internet Guide.

[[ Contents Previous Page | Next Page Index ]]