Fix Websockets
franki
Thank you for the feedback — this is a valuable suggestion. We agree that WebSocket APIs should feel more consistent with regular HTTP endpoints.
Today, WebSocket APIs already support a dedicated WebSocket Base URL configuration. When a relative WebSocket path is used, Apidog can resolve it using the WebSocket Base URL from the current environment. If a full ws:// or wss:// URL is entered, it will be used directly.
WebSocket APIs are not yet fully supported in sprint branches, and WebSocket messages do not yet support structured schemas like HTTP APIs.
We’ll evaluate improvements in these areas to make WebSocket APIs more consistent with regular HTTP endpoints.