Any example setting cookies in crossOrigin parameter? #168
Unanswered
matteomontipo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The cookie will be automatically sent with the request |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
is there any example setting up cookies inside the crossOrigin parameter?
I've read it should be set to 'use-credentials' in order to use a cookie, but I'm not sure how the player accepts these data,
something like: crossOrigin={'use-credentials': { myCookies } } or crossOrigin={
use-credentials: ${myCookies}
} ? idkBeta Was this translation helpful? Give feedback.
All reactions