The first thing to check is if your desktop application is a client-server application using HTTP(S) protocol for the communications since NeoLoad only supports this protocol...
I have an application that accepts websocket connection. The application also sends messages on the websocket asynchronously. It means the requests are NOT ALWAYS initiated by...
@Nouredine A
Our client-server communication via websocket cannot be recorded via browser as it requires some special headers with the requests. Is there a client that I can...
I am trying to make a simple Websocket connection from NeoLoad. But it looks like the WebSocket request only accepts http:// urls. It relies on user to pass Upgrade and...