How to send HttpOnly cookies? #497
-
I am currently trying to migrate from subscriptions-transport-ws and could not find a way to send the HttpOnly cookies. The GraphQL server I am trying to hit is protected by a Kong gateway that uses HttpOnly cookies to authenticate the request. |
Beta Was this translation helpful? Give feedback.
Answered by
enisdenjo
Aug 7, 2023
Replies: 1 comment 5 replies
-
The cookies should be automatically sent with the WebSocket upgrade request, are they not? |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
enisdenjo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cookies should be automatically sent with the WebSocket upgrade request, are they not?