I'm trying to implement oauth with websocket In backend i use go and in frontend i use websocket built in of browser
I want to sent header Authorization bearer along with websocket request. So far i had research and notice that websocket not allow to add header
But in postman websocket request i see its can attach header along with its
Here is the picture
How can postman do this?
And can i send custom header alongside websocket in javascript?
Thanks