Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | WebSocket Folder | Summary of Elements in this Folder | pub.websocket:getHeaders
 
pub.websocket:getHeaders
WmPublic: Retrieves the headers used in the request URL to establish a WebSocket connection.
Input Parameters
sessionId
String Session ID for the WebSocket session for which you want to retrieve the header information.
Output Parameters
headers
String Conditional. The list of the headers included in with the request to establish a WebSocket connection. This parameter returns a value only if headers were part of the request.
Key
Description
name
String The name of the header.
value
String The value of the header.