|
|
|
|
|
by diggan
662 days ago
|
|
> I think this is the problem here? Just send the request without cookies if CORS doesn't allow it. Yup, very obviously a problem and it's why we got CORS :) But just because it's a problem, doesn't mean we can remove it from all browsers and call it a day, it'll break huge parts of the internet. So in true internet engineering fashion we do what we always do, pile yet another layer on top of the stack to fix some issues from the previous layer (and add some more complications for the next (future) layer). |
|