For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 2

defining the URI for websocket

can we use URI as like this : wss://xxxxx-xxxxx.xxxx.com/websocket

treprdp-apiwebsocketsrrto
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
13k 32 12 18

@chathuranga.venusit The websocket URL is of format: ws:/hostname:port/WebSocket. (Note the case in WebSocket)

If the port is not specified, wss will try to connect to default SSL port 443 - which is not the usual listening port for websocket service.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea