theapache64
04/10/2025, 5:33 PMcredentials
to include
to make this work.
How can I make Ktor do this or pass this config?
Any help is appreciated 🙏hfhbd
04/10/2025, 5:50 PMwindow.originalFetch = window.fetch;
window.fetch = function (resource, init) {
return window.originalFetch(resource, Object.assign({ credentials: 'include' }, init || {}));
};
https://youtrack.jetbrains.com/issue/KTOR-539
https://github.com/hfhbd/ComposeTodo/blob/66163246b1e8c3562d92be3f1ee01707e3d23551/web/src/jsMain/kotlin/app/softwork/composetodo/Main.kt#L12theapache64
04/10/2025, 6:27 PMe5l
04/11/2025, 8:09 AMcredentials include
into nodeOptions
? it also should worke5l
04/11/2025, 10:55 AMtheapache64
04/11/2025, 10:57 AMe5l
04/11/2025, 10:58 AMe5l
04/11/2025, 10:58 AMtheapache64
04/11/2025, 11:07 AM