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
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
Hello, I have an issue, my server has a HAProxy loadbalancer and I need to send the cookies in the headers and in the connect.
When I add the cookies I can see that the cookies are sent in the request but in socketRocket did connect upgrade, I can see that the cookies in the parameter requestcookies can't be found.
I'm using
pod 'socket.IO', '0.5.2'
pod 'SocketRocket', '0.4.2'
Hello, I have an issue, my server has a HAProxy loadbalancer and I need to send the cookies in the headers and in the connect.
When I add the cookies I can see that the cookies are sent in the request but in socketRocket did connect upgrade, I can see that the cookies in the parameter requestcookies can't be found.
I'm using
My setup is:
Do you have any idea if I have a bad config or if I should make a PR and add the cookies in the WS request?
My regards.
Francisco.
The text was updated successfully, but these errors were encountered: