-
node js v14.17.0 |
Beta Was this translation helpful? Give feedback.
Answered by
zemse
Aug 1, 2021
Replies: 1 comment 1 reply
-
Hey @netsesame, if you want to pass a basic authorization, you can include it in the URL itself const nodeUrl = `ws://${username}:${password}@apis.ankr.com/wss/f4a580b3501c48e1b645fc1d589770f7/49eea1b12b9517a0bde384c1971e7e55/binance/full/main` Lmk if that works :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
netsesame
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @netsesame, if you want to pass a basic authorization, you can include it in the URL itself
Lmk if that works :)