ltm rule event WS RESPONSEΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
WS_RESPONSE
This event is raised when Websockets headers are present in the server response.
DESCRIPTION
This event is raised when the following headers are present in the server response - Upgrade: websocket, Connection:
Upgrade, Sec-Websocket-Accept.
Examples
when WS_RESPONSE {
WS::enabled false
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-12.1.0
--First introduced the event.
BIG-IP 2022-04-12 iRule(1)