In order to make an iframe's request send the domain's cookies. I had to set my cookies to SameSite=none
and make sure that my cookies are Secure
. Spent the last 2hrs learning that #webdev #http
Glad I had read Mozilla's announcement last month, so I could guess it may be something related to this when my site stopped working.
https://hacks.mozilla.org/2020/08/changes-to-samesite-cookie-behavior/
ahh indeed. I'm just writing on that. it's a good thing you went through it since having the `secure` flag is something you should've enabled prior so now you're on a good path.