I'm playing around with sending/receiving my authToken through an HTTP Header and I'm getting a CORS errors when I try to run my auth/me request:
Access to fetch at 'https://x8ki-letl-twmt.n7.xano.io/api:Hspz1i59/auth/me' from origin 'https://xano-playground.webflow.io' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'.
I'm assuming this is because my Xano domain and my Webflow domain are different.
Any insight on this matter would be greatly appreciated!