Allow a cookies to be included with cross-origin calls for icons #1768
rpemberton
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
This would require some kind of higher-level configuration outside the component. Have you considered enabling CORS on the target server instead? This is how we handle it for all the icon libraries via public CDN. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having problems making cross-origin calls for icons (I don't see how to include a cookie with those).
One solution may be to provide a way to add
credentials: "include"
to the request options hereRelated resources:
https://developer.mozilla.org/en-US/docs/Web/API/Request/credentials#include
Beta Was this translation helpful? Give feedback.
All reactions