Laravel Echo Auth Request Not Sending Cookie in Headers
My client side laravel-echo is not sending cookie param in headers, braodcasting/auth requires a cookie in headers to authorize websocket connection, when I try sending the same request with fetch it works but not when my laravel echo is involved, how can I send the cookie param in headers
I tried a few tricks but it did not work.