web-socket icon indicating copy to clipboard operation
web-socket copied to clipboard

Auth doesn't work.

Open TomHart opened this issue 7 years ago • 0 comments

I got the websocket set up, pasted in the auth methods, but $conn->WebSocket doesn't contain a request object. Is it possible to get the cookies some other way? $conn has a httpRequest, however, that's an instance of \GuzzleHttp\Psr7\Request, and I can't seem to find a way to get cookies from that.

TomHart avatar Aug 17 '18 08:08 TomHart