Nikky
10/15/2019, 7:11 PMfetch('<http://another.com>', {
credentials: "include"
});
or what things to do, headers to set ?Juanoterocas
10/15/2019, 9:21 PMNikky
10/16/2019, 5:30 AMbashor
10/16/2019, 5:51 PMNikky
10/16/2019, 7:43 PMSession
feature from outside on the ktor server, so i would have to reimplement the feature completely and handle it manually in ALL routes 😕Nikky
10/17/2019, 2:45 PMauthentication: $authentication
.. this works partially only.. it seems to get the cookie, it appears in the vchrome debugger at least, but following requests do not use itNikky
10/17/2019, 2:47 PMNikky
10/17/2019, 2:59 PMsetCookie()
of the response and i guessi still do not get cookiesNikky
10/18/2019, 7:26 PMSeth Madison
01/20/2023, 8:02 PMcredentials: include
on a JS client?Keith Miller
01/22/2023, 8:31 PM