Open veboys opened 4 years ago
Hi @veboys, the browser does not allow sending custom HTTP headers through WebSocket requests. I think what you could do is sending the data you need through query string instead of a browser environment. https://stackoverflow.com/a/4361358/892698
On webgl, client has passed some custom headers, but server has'nt received them.