Adding a status check for a web socket web service

Hi, is there a way to add a status check to a web socket based web-service that is not adding a web server to expose another endpoint? Is there a way to do it via a websocket or do i have to expose a HTTPS endpoint?

Hi Amir,

The only way to add a health check path is to expose an HTTP endpoint.

Regards,

Matt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.