Hello, I have a problem with the Ktor client (JS).
If the addressed api returns the status 302 Found for a temporary redirect and the client was configured with followRedirects = false, the status is not returned. In this case, the status is 0.
Is there a special reason for this or is this a bug?