is there a way to send httpOnly cookie? #795
Unanswered
simpsonphile
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @simpsonphile, the JavaScript SDK should add |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
as the title says is there a way to send a httpOnly cookie in the header? it's not in headers by default. In documentation there is only one example with header Authorization: Bearer {token}
currently that's how request headers looks like:
I would like to have additional data:
some option like { withCredentials: true } would be nice in client settings
Beta Was this translation helpful? Give feedback.
All reactions