Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows Handshake to receive headers, such as Cookie #11

Merged
merged 1 commit into from
Nov 11, 2015
Merged

Allows Handshake to receive headers, such as Cookie #11

merged 1 commit into from
Nov 11, 2015

Conversation

mathieugagne
Copy link

I have a websocket behind SSO that I need to send a cookie to on handshake. This allows me to send headers to your client for the handshake to process. You already accepted options but it was just not given to the handshake.

WebSocket::Client::Simple.connect(url, headers: { 'Cookie' => @cookie })

shokai added a commit that referenced this pull request Nov 11, 2015
Allows Handshake to receive headers, such as Cookie
@shokai shokai merged commit ead6d3d into shokai:master Nov 11, 2015
@shokai
Copy link
Owner

shokai commented Nov 11, 2015

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants