Cross domain cookies in Safari
Recently I have been struggling with setting cross domain cookies in the Safari browser on both mobile and desktop devices. I have an API running on one domain and a static website which makes requests to the API on another. I found this thread on your forums: safari does not allowed cross-domain cookies
My question is - could this issue be solved by proxying the API to static website's domain? Something like this: https://www.netlify.com/docs/redirects/#proxying
Safari browser