WEB ENDBROWSE HTTPHEADER

Signal the end of an HTTP header browse.

Read syntax diagramSkip visual syntax diagram
WEB ENDBROWSE HTTPHEADER

>>-WEB--ENDBROWSE--HTTPHEADER--+-----------------------+-------><
                               '-SESSTOKEN(data-value)-'   

Conditions: INVREQ, NOTOPEN

This command is threadsafe.

 

Description

Start of changeWEB ENDBROWSE HTTPHEADER terminates the browse. No information is returned on the ENDBROWSE. 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

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.
4
The command is being issued before a WEB STARTBROWSE command is issued.
Start of changeNOTOPENEnd of change
Start of changeRESP2 value is:
27
Invalid session token.
End of change