WEB STARTBROWSE HTTPHEADER
Signal start of HTTP header browse.
Syntax
Conditions: ILLOGIC, INVREQ, NOTFND, NOTOPEN
This command is threadsafe.
NOHANDLE, RESP, and
RESP2 are common options that can be added to all EXEC CICS
commands to process error conditions. They are not explicitly included in the command syntax diagram
and option descriptions. For information about these common options and EXEC CICS
command syntax, see EXEC CICS command format and programming considerations.
Description
WEB STARTBROWSE HTTPHEADER signals the start of a browse of the HTTP header information. The SESSTOKEN option is required if the HTTP header information is part of a response sent to CICS® as an HTTP client.
Options
- SESSTOKEN(data-value)
- For CICS as an HTTP client, this option is required. It specifies the session token, an 8-byte binary value that uniquely identifies a connection between CICS and a server. This value is returned by a WEB OPEN command for CICS as an HTTP client. Session tokens explains the use of the session token.
Conditions
- 21 ILLOGIC
- RESP2 value is:
- 10
- An HTTP header browse is already in progress.
- 16 INVREQ
- RESP2 values are:
- 1
- The command is being issued in a non-CICS Web support application.
- 3
- The command is being issued for a non-HTTP request.
- 43
- No HTTP headers found.
- 13 NOTFND
- RESP2 value is:
- 1
- Header not found.
- 19 NOTOPEN
- RESP2 value is:
- 27
- Invalid session token.
