Start of change

How CICS Web support handles chunked transfer-coding

Messages using chunked transfer-coding can be sent and received by CICS®.

CICS as an HTTP server can receive a chunked message as a request, or send one as a response. CICS as an HTTP client can send a chunked message as a request, or receive one as a response. CICS Web support handles these different cases as follows:

Using chunked transfer-coding to send an HTTP request or response explains the process to use for chunked transfer-coding when sending an HTTP message from CICS. This procedure should be followed in order for your chunked message to be acceptable to the recipient.

End of change