WebSocket Module implementation

0
Hi there,   Is there anyone have an idea how to implement Websocket for secure websites (https) below: https://marketplace.mendix.com/link/component/115800 I have implemented the module locally and it’s perfectly working but on https I couldn’t create a WebSocket endpoint.   if there is someone who has implemented it, please help me to do the same.
asked
1 answers
1

Hi Emad,

 

If you make your url start with wss:// instead of ws:// it should work.

answered