in ktor client in the browser.. how do i do the sa...
# ktor
n
in ktor client in the browser.. how do i do the same thing as here ? https://javascript.info/fetch-crossorigin#credentials
Copy code
fetch('<http://another.com>', {
  credentials: "include"
});