CNAME CORS issue #86
-
Hi all, My domain is : https://www.stoictemple.com/ While my ory cloud kartos endpoint is : https://www.auth.stoictemple.com However, I am still experiencing CORS issues in my https://www.stoictemple.com site I am bit confused, here as ory has updated its cors config as shown by the first picture but the request itself does not have the cors allowed. I don't know if this is me or ory. Headers of https://www.stoictemple.com Any help would be welcome. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @Toyotomi-clan |
Beta Was this translation helpful? Give feedback.
Hi @Toyotomi-clan
This seems odd.
I'm assuming you are using
fetch
, are you settingmode: 'cors'
on your client?