WebSocket support

AppScan seamlessly handles WebSocket protocols that uses JSON or XML messages for data exchange by automatically detecting them and executing the appropriate tests during the scan, without requiring any special configuration.

What is a WebSocket?

A WebSocket is a communication protocol that provides full-duplex communication channels over a single TCP connection. It is designed to facilitate real-time data exchange between a client and a server, allowing for interactive and dynamic web applications. Unlike traditional HTTP requests, WebSockets enable continuous data flow, reducing latency and improving performance for applications such as chat systems, live updates, and online gaming.