More details: This acl stopped working: acl is_web_socket hdr(Upgrade) -i WebSocket
As a workaround, i can use path detection (my all websocket path starts with /ws/) acl is_web_socket path_beg /ws/ With Regards, Stefan
More details: This acl stopped working: acl is_web_socket hdr(Upgrade) -i WebSocket
As a workaround, i can use path detection (my all websocket path starts with /ws/) acl is_web_socket path_beg /ws/ With Regards, Stefan