You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, not a lot of endpoints will give you a https websocket connection port. Some do (public.nemchina.com for example), and its usually using 7779 rather than 7778 as the normal ws://
Hi I'm just wondering if there is any way to connect nem instance with 'https' not 'http'.
I tried to connect with instance as following.
in javascript
// Create a connector object
var connector = nem.com.websockets.connector.create(endpoint, address);
// Connect using connector
connector.connect()
I am using firebase server and it doesn't allow me to use http request.
If I can get any solution, it would be so appreciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered: