John O'Reilly
09/16/2020, 12:53 PMdigest auth for ktor client and server....REST api requests are working fine but getting 401 for websocket connection......for basic auth I was able to use sendWithoutRequest = true but that doesn't seem to be an option for digest .....is there any way for it to use same auth in that case for ws/wss connections?John O'Reilly
09/16/2020, 3:27 PMsendWithoutRequest seems to be forced to false in DigestAuthProvider.kt