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
I also experienced this when attempting to use gorilla/websocket to connect to the endpoint, but when I used the golang.org/x/net/websocket instead, it worked as intended. Not sure what other libraries will have conflicts as well.
semk
added a commit
to semk/logspout
that referenced
this issue
Feb 23, 2021
logspout is expecting a browser client to access the websocket endpoint. Due to missing origin header the panic was occuring. I've added a patch which allows non-browser clients to access this endpoint. #502
First, thanks for the great software :-)
I'm seeing a panic when accessing /logs via a websocket. Here's the stack trace:
You can reproduce this by running logspout via docker:
and then hitting the endpoint with curl:
mismatch challenge/response
is the only output.The text was updated successfully, but these errors were encountered: