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:getRequest
 
pub.websocket:getRequest
WmPublic: Retrieves the HTTP request information used to establish the WebSocket connection.
Input Parameters
sessionId
String Session ID for the WebSocket session for which you want to retrieve HTTP request information.
Output Parameters
requestURI
String The Uniform Resource Identifier used by the client to identify the request.
queryString
String One or more name/value pairs included as part of the query strings in request uniform resource locator(URL) which assigns values to specified parameters. For example, ?name=ferret&color=purple.
host
String Name or IP address of the WebSocket server that received the upgrade request.
httpVersion
String The HTTP version used in the request.
method
String The HTTP method used for establishing WebSocket connection.
origin
String The value of the origin request header.
userPrincipal
String The name of the authenticated user used in the request.