golioth / grafana-websocket-plugin

Apache License 2.0
32 stars 13 forks source link

websocket issue due to the authentication process (http headers) #25

Open gianmarcoreho opened 1 year ago

gianmarcoreho commented 1 year ago

Dear Golioth,

Thanks for this plug-in. I'm trying to use it getting market data from websocket. But I'm not able to get the connection done, because I think the issue is with the authentication process in order to create the connection, that is not possible with the websocket API plug-in. Websocket connections must be authenticated by signing the request and sending the signature in HTTP headers. How can I do this in your plug-in ? I'm only able to put headers as the connection is already created, that can't work in my case.

Thank you.

miguel91it commented 1 year ago

Hello @gianmarcoreho, it's a pleasure to try helping you.

Can you give more information and context about your issue? Evidence like images and API returns would be very useful for us to help you.