Javascript – How to fetch from a different origin and include cookies in the request
The problem is that i went to fetch cookies from my backend thats on a different origin than my front end. And i cant get cors to work with me. I am using bun with elysia. This is an example…