WEB STARTBROWSE HTTPHEADER

Signal start of HTTP header browse.

Read syntax diagramSkip visual syntax diagram
WEB STARTBROWSE HTTPHEADER

>>-WEB--STARTBROWSE--HTTPHEADER--+----------------------+------><
                                 '-SESSTOKEN(data-area)-'   

Conditions:ILLOGIC, INVREQ, NOTOPEN

This command is threadsafe.

 

Description

Start of changeWEB 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.End of change

Start of change

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" in the CICS Internet Guide explains the use of the session token.
End of change

Conditions

Start of changeILLOGICEnd of change
Start of changeRESP2 value is:
10
An HTTP header browse is already in progress.
End of change
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.
Start of change43End of change
Start of changeNo HTTP headers found.End of change
Start of changeNOTOPENEnd of change
Start of changeRESP2 value is:
27
Invalid session token.
End of change