IMO, the problem is that the WebSocket code does not honor the Mattermost CORS setting. Instead, it now applies a default check to see if the Origin header is the same as the Host header. See http://www.gorillatoolkit.org/pkg/websocket (scroll down to "Origin Considerations")
↧